README
ui-guidelines-styles
Bootstrap-based CSS definitions for the ALMA Web UI Guidelines.
Build and publishing
See the top level alma-ui-guidelines README file.
Usage
Usage: add the following line to your styles.css file:
@import "~@almaobservatory/ui-guidelines-styles/dist/alma-ui-guidelines.css";
Add the following dependency to your package.json file:
"dependencies": {
...
"@almaobservatory/ui-guidelines-style": "x.y.z"
}
See package.json for the current version number.