Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tailwind-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-scrollbar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

index.js

@@ -36,3 +36,8 @@ const plugin = require('tailwindcss/plugin');

'scrollbar-color': 'var(--scrollbar-thumb) var(--scrollbar-track)',
// Make sure the scrollbars are calculated in the elements width
// NOTE: only has effect in webkit-based browsers, but is only really needed
// in webkit-based browsers in the first place.
'overflow': 'overlay',
'&::-webkit-scrollbar-track': {

@@ -39,0 +44,0 @@ 'background-color': 'var(--scrollbar-track)'

2

package.json
{
"name": "tailwind-scrollbar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tailwind plugin for styling scrollbars",

@@ -5,0 +5,0 @@ "author": "Graham Still <gstill92@gmail.com>",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc