@danielc7150/tailwind-scss
v1.0.6
Published
Use tailwinds default configuration through variables instead of classes.
Downloads
5
Readme
tailwind-scss
For those that want to use tailwinds default configuration, but also want to keep their styling tucked away in their style files. This package includes SCSS variables for text size, color, and spacing.
Installation
To install, run:
npm install @danielc7150/tailwind-scss
Usage
To import these SCSS variables, at the top of your global SCSS file use:
@import '@danielc7150/tailwind-scss';