pooyagolchian / scss-helper

Modular fuctionality for scss project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Modular fuctionality for scss project


Languages

Language:SCSS 93.5%Language:JavaScript 6.5%