@woozdesign/colors
v1.1.0
Published
woozdesign - colors
Downloads
9
Readme
Understanding the color system and its application in your theme.
Current Color System is based on @Radix-UI Special thanks to @WorkOS Team!
📦 Install
$ npm install @woozdesign/colors
// or
$ yarn add @woozdesign/colors
🔨 Usage
import '@woozdesign/colors'; // Import color tokens inside the root file
or
@import '~@woozdesign/colors/colors.scss';