tailwindcss-radix-colors icon indicating copy to clipboard operation
tailwindcss-radix-colors copied to clipboard

Bring Radix UI's color system to Tailwind CSS.

Results 6 tailwindcss-radix-colors issues
Sort by recently updated
recently updated
newest added

Working on #14 I would do some testing given the impact of the feature and my very basic knowledge of tailwindcss plugin system. I had to install some dev dependencies...

Working on #14, I noticed that classes are added `components` instead of `utilities`. As [stated in the official tailwind docs](https://tailwindcss.com/docs/plugins#adding-components), components should be used for, citing, "[...] opinionated, complex classes...

One thing the I like the most about radix ui colors is the ability to have enough flexibility using only the semantic meaning as stated in https://www.radix-ui.com/colors/docs/palette-composition/understanding-the-scale It think a...

I got an error in the build of Next.js when I upgraded the dependency version👀 ``` Failed to compile. ./node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected]/node_modules/@radix-ui/themes/styles.css.webpack[javascript/auto]!=!./node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected]/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected][email protected]/node_modules/@radix-ui/themes/styles.css TypeError: Cannot read properties of undefined (reading '1') at p1...

It would be great if it was possible to combine the color palette provided by this plugin but also keep the existing palette that Tailwind ships with by default. I...