mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
45 lines
1.0 KiB
SCSS
45 lines
1.0 KiB
SCSS
//
|
|
// Collection File
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
|
|
// Normalize all the things
|
|
@import '../../../node_modules/normalize-css/normalize';
|
|
@import '../../../node_modules/normalize-opentype.css/normalize-opentype.scss';
|
|
|
|
// Variables & Mixins
|
|
@import 'bigchain/_variables';
|
|
@import 'bigchain/_mixins';
|
|
|
|
// Components
|
|
@import 'bigchain/_fonts';
|
|
@import 'bigchain/_typography';
|
|
@import 'bigchain/_animations';
|
|
@import 'bigchain/_buttons';
|
|
@import 'bigchain/_forms';
|
|
@import 'bigchain/_logo';
|
|
@import 'bigchain/_icons';
|
|
@import 'bigchain/_grid';
|
|
@import 'bigchain/_media';
|
|
@import 'bigchain/_sections';
|
|
@import 'bigchain/_menus';
|
|
@import 'bigchain/_alerts';
|
|
@import 'bigchain/_code';
|
|
@import 'bigchain/_syntax';
|
|
@import 'bigchain/_header';
|
|
@import 'bigchain/_footer';
|
|
@import 'bigchain/_team';
|
|
@import 'bigchain/_utilities';
|
|
|
|
// Content types
|
|
@import 'bigchain/_content-page';
|
|
@import 'bigchain/_comments';
|
|
|
|
// specific page styles
|
|
@import 'page-front';
|
|
@import 'page-404';
|
|
@import 'page-styleguide';
|
|
@import 'page-about';
|
|
@import 'page-features';
|