tailwind-colors-scss
v1.0.1
Published
Because I like to use Tailwind CSS colors in my non-Tailwind projects, I created this SCSS file to use the same colors elsewhere.
Downloads
30
Readme
tailwind-colors-scss
Because I like to use Tailwind CSS colors in my non-Tailwind projects, I created this SCSS file to use the same colors elsewhere.
Example
@import 'tailwind-colors-scss';
body {
background-color: $tw-gray-100;
color: $tw-gray-800;
}