brainbaking/themes/brainbaking-minimal/assets/sass/main.sass

29 lines
645 B
Sass

$grey: #666
$lightgrey: #eee
$belowsingle: rgba(243, 243, 243, 0.8)
$accent: #018661
@mixin transition($what: all, $time: 0.2s, $how: ease-in-out)
-webkit-transition: $what $time $how
-moz-transition: $what $time $how
-ms-transition: $what $time $how
-o-transition: $what $time $how
transition: $what $time $how
@import 'fonts'
@import 'bootstrap-minimal'
@import 'bootstrap-nav'
@import 'brainbaking'
@import 'brainbaking-intro'
@import 'figures'
@import 'icons'
@import 'blockquote'
@import 'listing'
@import 'goodreads'
@import 'forms'
@import 'toot'
@import 'worksgrid'
@import 'brainbaking-dark'