@littlemissrobot/sass-colors
v4.1.6
Published
Little Miss Robot colors setup for defining colors and applying them.
Downloads
184
Readme
Little Miss Robot - Sass colors (DEV)
This repository contains sass functionality to define a semantic and reusable color configuration. This is part of the @littlemissrobot/sass-system package, but can be used as a standalone package. This README is meant for the dev team and should not be published!
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
| Testing folder during development of the package, should never be published. |
Publish to npm
Change the version in the package.json to the wanted version number. Examples: 2.0.5 -> 2.0.6: for a small patch. 2.0.5 -> 3.0.0: for a breaking change.
Run
npm install -g npm-check-updates && ncu -u "/^@littlemissrobot/.*$/" && npm install
.Push your changes to
master
.Manually run the
Publish to NPM
step in the pipelines when the automated steps have succesfully finished.