@bostonuniversity/base
v0.1.2
Published
Standardized set of CSS variables and other items for use across plugins and themes at Boston University
Downloads
201
Keywords
Readme
BU Base
Standardized set of SCSS utilities and CSS variables for use across plugins and themes.
Installation
Install the package
npm i @bostonuniversity/base
Use
SCSS utilities and variables In your theme or plugin's SCSS file, include styles like so:
@use '~@bostonuniversity/base/styles/abstracts/mixins/breakpoints' as bp;
Publishing & Release Process
TODO: Document the publish & release to NPM process