Styleguide & visual assets for the Amber Design System.
This repository is aimed mainly to developers and contributors, for the proper documentation & styleguide please refer to https://amber.bitrock.it.
$ yarn add @amber-ds/visual
--- or ---
$ npm install @amber-ds/visualCompiled .css, no tooling:
<link rel="stylesheet" href="./node_modules/@amber-ds/visual/dist/index.css">Importing source .scss within a .scss file with Webpack:
@import "~@amber-ds/visual";Importing source .scss within a .js file with Webpack:
import '@amber-ds/visual';Clone the repo
$ git clone [email protected]:bitrockteam/amber-visual.git && cd amber-visualInstall dependencies
$ yarn
--- or ---
$ npm installStart the project in development mode (live reload)
$ yarn startCreate a static build in the ./dist folder
$ yarn buildPlease refer to our contributing document.
Before attempting to publish a new version of the package on NPM, first run through this checklist:
- tests passes (it is required for PRs)
- increment version number in
package.jsonfile following semver guidelines - report the changes on the amber-website docs
Developed by Bitrock UI Engineering team, released under the MIT license.