Skip to content

A Tiny/Standalone Radix UI Colors Plugin for Tailwind CSS

Notifications You must be signed in to change notification settings

bradswhite/rx-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RX-Colors

Tiny/Standalone Radix UI Color like plugin for TailwindCSS

(Can run with just the TailwindCSS CLI or without NPM installed)

Clone in directory and add plugin to tailwind.config.js:

...
plugins: [
    require('./rx-colors')
]
...

To use just add classes as follows:

<h1 class='text-gray-12'>Text here...</h1>

About

A Tiny/Standalone Radix UI Colors Plugin for Tailwind CSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published