@littlemissrobot/sass-flex
v2.0.21
Published
Little Miss Robot flex setup providing classes to group items on top of each other or next to each other.
Downloads
113
Readme
Little Miss Robot - Sass flex (DEV)
This repository provides a configuration object, to generate classes for usage of the flex properties.
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. |