1.0.5 • Published 4 years ago

scss-helper v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Helper for scss project

Package for scss project to generate useful style without tears!

  • Font size
  • Simple grid
  • Visual design
  • Color helper
  • Css grid
  • ~20KB size of compiled css
  • Sementic color naming
  • Reusable mixin and functionality

Compile and watch

I'm using node-sass to compile and watch scss files.

Compile production:

npm run build:prod

Compile development:

npm run build:dev

Watch:

npm run watch

Install package on npm repo:

This repo release on npm package.

npm install scss-helper --save-dev

yarn add scss-helper --save-dev

Install Github repo

npm install

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago