bpk-stylesheets-css
v7.1.23
Published
Backpack's stylesheets.
Downloads
22
Keywords
Readme
bpk-stylesheets
Backpack's stylesheets.
Installation
npm install bpk-stylesheets --save-dev
Usage
@import '~bpk-stylesheets';
By default font rendering is not included if you need to include Skyscanner Relative in your styles, import it using the following:
@import '~bpk-stylesheets/font';
Contributing
Don't forget to rebuild and commit base.js
after you make changes to this package.
To build the base.js
file run npm run build:stylesheet
in the root folder.
Any other command that requires babel or webpack
should be run in the root folder as well, e.g. npx lerna run build --scope bpk-stylesheets
.