tailwind-scrollbar-hide
tailwind-scrollbar-hide copied to clipboard
tailwindcss plugin for hide scrollbar
Hello, I am finding this open source project very useful. Currently, the latest version of Tailwind CSS is version 3, and the `['responsive']` parameter used previously is no longer valid...
I am trying to implement this plugin with Astro.build. the content of my `tailwind.config.cjs` files looks like this: ``` /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{astro,js,json}"], plugins: [...
@import "tailwindcss"; @plugin "tailwind-scrollbar-hide"; This works for TW4, don't need to add legacy JS config.