UNPKG

285 Btext/stylusView Raw
1@require './iconfonts/stylesheets/ionicons'
2
3$bg ?= white
4$black ?= #111
5$slate ?= #505d6b
6$accent ?= #4078C0
7$nav-width ?= 250px
8$collapsed-nav-width ?= 64px
9$xpad ?= 24px
10$line ?= rgba($black, 0.1)
11
12clearfix()
13 &:after
14 content: ''
15 display: table
16 clear: both
17 zoom: 1