apiary-base-styles

Stylus mixin and variable library to make developing Apiary UI easier.

Usage no npm install needed!

<script type="module">
  import apiaryBaseStyles from 'https://cdn.skypack.dev/apiary-base-styles';
</script>

README

Apiary Base Styles

Stylus mixin and variable library to make developing Apiary UI easier.

Usage

npm i apiary-base-styles -S

and in your Stylus

@import '~apiary-base-styles'

This will include main .styl file and you can start using mixins and variables. See Apiary Base Styles for live examples.

Goals

  • Unify fonts, colors and common elements
  • Unopinionated and flexible
  • 0 kb dependency - only expose mixins and allows gradual rollout

Developing

Use Node 7.2 and higher.

npm start

Will start a Hexo server on port 4000.