scss-helper

Scss helper for frontend project

Usage no npm install needed!

<script type="module">
  import scssHelper from 'https://cdn.skypack.dev/scss-helper';
</script>

README

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