An open API service indexing awesome lists of open source software.

https://github.com/louismazel/style-helpers

CSS helpers
https://github.com/louismazel/style-helpers

css framework helpers library sass style

Last synced: 3 months ago
JSON representation

CSS helpers

Awesome Lists containing this project

README

          

# style-helpers

> CSS library helpers

`npm install --save style-helpers`

## Classes list & Rules

[Enjoy here](https://louismazel.github.io/style-helpers/)

## Usage

### CSS import

```scss
@import "style-helpers";
```

### HTML import

```html

```

### JS import

```js
import 'style-helpers'
```

## Dev Mode

`npm run watch`

## To compile SCSS

- Install dependency

`npm i`

- Build

`npm run build`