1.0.1 • Published 5 years ago

@pooya/scss-helper v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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:

Go to npm package url

1.0.1

5 years ago

1.0.0

5 years ago