About
These Base Styles are meant as a baseline for our frontend.
Goals
- Unify fonts, colors and common elements
- Unopinionated and flexible
- 0 kb dependency - only expose mixins and allows gradual rollout
Feel free to extend and override it. It’s not an UI framework, but it could serve as a base for one). Pattern library should take care of cataloging use of this in the wild.
Getting started
Install with npm:
npm i apiary-base-styles -S |
Import into your Stylus file:
@import '~apiary-base-styles' |
Now you can start using parts of Base Styles - all of them are prefixed with $
, see reference below.