@littlemissrobot/sass-utils
v4.0.20
Published
Little Miss Robot utilities library that provides a config to generate utility classes
Downloads
120
Readme
Little Miss Robot - Sass utils (DEV)
This repository contains configuration objects to generate utility classes. Utility classes are simple and easy to use declarations and apply one type of style like spacing, typography, colors, ...
Setup
- Install the dependencies:
npm install
- Start the development environment:
npm run start
Scripts
| Command | Description |
| --------------- | ----------------------------------------------------------------------------------------------------------- |
| npm run start
| Start the development environment where Sass starts compiling the tests/index.scss file to the dist folder. |
| npm run lint
| Use stylelint to lint sass and css to check if everything is formatted correctly. |
Structure
| Folder | Description |
| ------------------------ | --------------------------------------------------------------------------- |
| lib
| Contains all the code that should be published to NPM as a package. |
| tests.html, tests.scss
| Testing files during development of the package, should never be published. |