1.0.1 • Published 5 years ago
@pooya/scss-helper v1.0.1
Helper for scss project
Package for scss project to generate useful style without tears!
- Font size
- Simple grid
- Simple visual design
- Color helper
Compile and watch
I'm using node-sass to compile and watch scss files.
Compile:
node-sass src/index.scss dist/style.css
Watch:
node-sass src/index.scss dist/style.css -w
Install:
This repo release on npm package.
npm install scss-helper --save-dev
yarn add scss-helper --save-dev
You can see npm package on npm with below url: