2.0.6 • Published 3 years ago

@littlemissrobot/sass-breakpoints v2.0.6

Weekly downloads
696
License
ISC
Repository
bitbucket
Last release
3 years ago

Little Miss Robot - Sass breakpoints (DEV)

This repository contains sass functionality to insert and define consistent breakpoints. 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

  1. Install the dependencies:
npm install
  1. Start the development environment:
npm run start

Scripts

CommandDescription
npm run startStart the development environment where Sass starts compiling the tests/index.scss file to the dist folder.
npm run lintUse stylelint to lint sass and css to check if everything is formatted correctly.

Structure

FolderDescription
libContains all the code that should be published to NPM as a package.
tests.html, tests.scssTesting files during development of the package, should never be published.

Publish to npm

  1. 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.

  2. Run npm install -g npm-check-updates && ncu -u "/^@littlemissrobot/.*$/" && npm install.

  3. Push your changes to master.

  4. Manually run the Publish to NPM step in the pipelines when the automated steps have succesfully finished.

Contact

  • sebastien@littlemissrobot.com
2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago