@littlemissrobot/sass-grid
v4.0.17
Published
Little Miss Robot grid setup for providing classes and configuration settings.
Downloads
200
Readme
Little Miss Robot - Sass utils (DEV)
This repository provides a configuration object, to generate classes for a "grid" layout. The grid layout lets you divide your interface in multiple columns to align and position content next to each other.
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. |