tailwindcss
tailwindcss copied to clipboard
💨 Soothing pastel theme for Tailwind CSS
I just saw this tweet by Adam Wathan about the early Tailwind v4 alpha: https://twitter.com/adamwathan/status/1764383146559017048  In it, it's mentioned that the Tailwind config file (`tailwind.config.mjs`) is no longer necessary....
As you can see in the screenshot, I get an error when adding prefix & defaultFlavour to the tailwind config: Type error: This expression is not callable. Type 'typeof import("/opt/repos/projects/portfolio/node_modules/.pnpm/@[email protected][email protected]/node_modules/@catppuccin/tailwindcss/dist/index")'...
The colors from the Catppuccin plugin don't override the colors injected into the `.prose` class. I've managed to fix a few, but I'm uncertain if this is the correct way,...
Is there some way to add custom palette variants? Like yea, I get that the point of catppuccin is having 4 variant that work great together, but honestly I'd love...
When using no prefix like 'ctp' in config, ``` module.exports = { plugins: [require("@catppuccin/tailwindcss")], }; ``` `text-base` overrides the original tailwind class related to size, applying 'base' color instead.
More or less a copy of https://github.com/tailwindlabs/tailwindcss/tree/master/standalone-cli with `@catppuccin/tailwindcss` support built in. TODO - hook up GH actions?
I got a bit disappointed when the little squares showing the color preview didn't work. I'm not sure if that's possible with plugins but it would be nice to have...
[flavor](https://github.com/catppuccin/catppuccin) is used in original repos, but in this, option is using "default**Flavour**". i've stuck on this for an hour. would you consider fix this.
Refactored to Code Added features to copy color to clipboard on click. Now, Copies Hex Color on click