3.0.0 • Published 1 year ago
scss-colors-variables v3.0.0
Scss Colors Variables
Installation
Install by NPM
npm i scss-colors-variables --saveUsage
Add precompiled scss to your global style scss file
@import 'scss-colors-variables';or
Add compiled css
@import 'scss-colors-variables/css';TODO
- Add package for regenerate variables with loaded colors from external source
- Add contribution docs
Use with ionic
Read my other library to compile for Ionic with some helpers Ionic Scss Utils