2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
// Collection File
|
|
|
|
// ---
|
|
|
|
// bigchain.io
|
|
|
|
//
|
|
|
|
|
|
|
|
// Normalize all the things
|
2015-12-20 05:22:45 +01:00
|
|
|
@import '../../../node_modules/normalize-css/normalize';
|
2015-12-19 20:56:04 +01:00
|
|
|
@import '../../../node_modules/normalize-opentype.css/normalize-opentype.scss';
|
|
|
|
|
|
|
|
// Variables & Mixins
|
|
|
|
@import 'bigchain/_variables';
|
|
|
|
@import 'bigchain/_mixins';
|
|
|
|
|
|
|
|
// Components
|
2015-12-20 05:22:45 +01:00
|
|
|
@import 'bigchain/_fonts';
|
|
|
|
@import 'bigchain/_typography';
|
2015-12-20 18:03:44 +01:00
|
|
|
@import 'bigchain/_animations';
|
|
|
|
@import 'bigchain/_buttons';
|
|
|
|
@import 'bigchain/_forms';
|
2015-12-20 05:58:40 +01:00
|
|
|
@import 'bigchain/_logo';
|
2015-12-20 19:31:36 +01:00
|
|
|
@import 'bigchain/_icons';
|
2015-12-20 05:22:45 +01:00
|
|
|
@import 'bigchain/_grid';
|
|
|
|
@import 'bigchain/_sections';
|
2015-12-20 19:31:36 +01:00
|
|
|
@import 'bigchain/_footer';
|
2015-12-19 20:56:04 +01:00
|
|
|
|
|
|
|
// Content types
|
2015-12-20 05:22:45 +01:00
|
|
|
//@import 'bigchain/content-page';
|
2015-12-19 20:56:04 +01:00
|
|
|
|
|
|
|
// specific page styles
|
|
|
|
@import 'page-front';
|