Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 433 Bytes

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';