@almaobservatory/ui-guidelinesdeprecated

ALMA Web UI Guidelines

Usage no npm install needed!

<script type="module">
  import almaobservatoryUiGuidelines from 'https://cdn.skypack.dev/@almaobservatory/ui-guidelines';
</script>

README

alma-ui-guidelines

Bootstrap-based CSS definitions for the ALMA Web UI Guidelines.
Usage: add the following line to your styles.css file:

@import "~@almaobservatory/ui-guidelines/dist/alma-ui-guidelines.css";

Add the following dependency to your package.json file:

"dependencies": {
    ...
    "@almaobservatory/ui-guidelines": "^1.0.11"
    }

To publish this to NPM, you must upgrade the version number in package.json, then run:

cd .../alma-ui-guidelines
git clean -fdx
npm install
npm run clean
npm run build
npm publish --access public