1.0.2 • Published 4 years ago

style-helpers v1.0.2

Weekly downloads
10,764
License
MIT
Repository
github
Last release
4 years ago

style-helpers

CSS library helpers

npm install --save style-helpers

Classes list & Rules

Enjoy here

Usage

CSS import

@import "style-helpers";

HTML import

<link href="path_to_your_node_modules/style-helpers" rel="stylesheet" type="text/css">

JS import

import 'style-helpers'

Dev Mode

npm run watch

To compile SCSS

  • Install dependency

npm i

  • Build

npm run build