@almaobservatory/ui-guidelines-styles

CSS-based styling for the ALMA Web UI guidelines

Usage no npm install needed!

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

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.