bi-css-lib
v1.0.4
Published
css vars to be used in wc-lib and BI places that uses the design system
Downloads
626
Readme
BI CSS lib
The BI CSS lib contains CSS variables and SASS variables to be used in the bi-web-components library and other places that uses the BI Design System.
Usage
In .scss
-files:
@import "bi-css-lib";
Publish library
Run npm pack
to view what files will be published to NPM on publish.
Run npm publish
to publish a new version to NPM. Remember to update the version in package.json
first.
If you want to publish a beta-version, you can run
npm publish --tag beta
and set the version to something likex.y.z-beta.0
. This allows you to publish a new version and test it before assigning it to the latest tag.