tailwindcss-theme-variants
tailwindcss-theme-variants copied to clipboard
Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS
Love this package, it will save me a lot in my multiple color themed app, but I just have one issue. I'm trying to set a group to the theme...
# Goals - [ ] Replace "The ultimate example: how I use every feature together" with an examination of the `light-and-dark` preset's internals - [ ] Make `require("tailwindcss-theme-variants/presets/typography")` preset (but...
More of a question than an issue: Is it possible to somehow make the selectors more flexible? By passing an array to `selector`, or so that the selectors don't attach...
Hello, group variants like `group-hover` or `group-focus` are generating wrong css with `tailwindcss-theme-variants` plugin. I don't know if it is a bug in this repo or in tailwindcss JIT bug...
Since this plugin is all about visuals, it'd help a lot to have a site showing off just what this plugin can do 😎 - [ ] Fix a scrolling...
@ChanceArthur @danestves @estevanmaito @javifm86 @crswll @innocenzi 👋 Hi everyone, you've been @mentioned because you're a Tailwind theming plugin author whose input I would like on the [theming plugin comparison table...
Hi, when I tried to use the following utility, I converted my `tailwind.config.js` to `.ts` to get better intellisense ``` import tailwindConfig from 'tailwind-config' import resolveConfig from 'tailwindcss/resolveConfig' const twFullConfig...
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.1 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [class-validator](https://github.com/typestack/class-validator) from 0.12.2 to 0.14.0. Changelog Sourced from class-validator's changelog. 0.14.0 (2022-12-09) Added add @IsTimeZone decorator to check if given string is valid IANA time zone add @IsISO4217CurrencyCode decorator...