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
- Host: GitHub
- URL: https://github.com/louismazel/style-helpers
- Owner: LouisMazel
- Created: 2019-02-01T16:11:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:37:50.000Z (about 3 years ago)
- Last Synced: 2025-03-18T14:17:57.933Z (about 1 year ago)
- Topics: css, framework, helpers, library, sass, style
- Language: CSS
- Homepage: https://louismazel.github.io/style-helpers/
- Size: 693 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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`