🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

tailwind-scrollbar-variants

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-scrollbar-variants - npm Package Compare versions

Comparing version

to
2.0.1

8

CHANGELOG.md

@@ -10,4 +10,10 @@ # Tailwind CSS Plugin - Scrollbar Variants - Changelog

## [1.1.0] - 2023-12-15
## [2.0.1] - 2023-12-15
### Changed
- Incorrect variable name
## [2.0.0] - 2023-12-15
### Removed

@@ -14,0 +20,0 @@

2

index.js

@@ -75,3 +75,3 @@ const plugin = require("tailwindcss/plugin");

[`.${e(`scrollbar-width-${v}`)}`]: {
"scrollbar-width": value,
"scrollbar-width": v,
},

@@ -78,0 +78,0 @@ })

{
"name": "tailwind-scrollbar-variants",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adds scrollbar variants",

@@ -5,0 +5,0 @@ "main": "index.js",