tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

💨 Soothing pastel theme for Tailwind CSS

Results 23 tailwindcss issues
Sort by recently updated
recently updated
newest added

I just saw this tweet by Adam Wathan about the early Tailwind v4 alpha: https://twitter.com/adamwathan/status/1764383146559017048 ![image](https://github.com/catppuccin/tailwindcss/assets/22654782/9f4e60b1-eb4f-4e28-81e8-cf3a984912fc) 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,...

enhancement

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...

enhancement
help wanted

[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