adoxography / tailwind-scrollbar

Scrollbar plugin for Tailwind CSS
MIT License
951 stars 39 forks source link

Variants rounded does not resolve #34

Closed ghost closed 2 years ago

ghost commented 2 years ago

tailwind.config.js

module.exports = {
  content: [
    "./index.html",
    "./src/**/*.{vue,js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [
    require('tailwind-scrollbar')
  ],
  variants: {
    scrollbar: ['rounded']
  }
}

Snipaste_2021-12-16_01-04-31

I am using the vite tool, why doesn’t it take effect?

viperxeyes commented 2 years ago

It is broken on tailwind 3 , the work around is to modify the code yourself inside the node_modules folder like I did , it is not perfect but it is working

ghost commented 2 years ago

It is broken on tailwind 3 , the work around is to modify the code yourself inside the node_modules folder like I did , it is not perfect but it is working

Okay, scrollbar seems to be added in tailwind 3.1