mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
35 lines
780 B
SCSS
35 lines
780 B
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/_alerts';
|
|
@import 'bigchain/_footer';
|
|
@import 'bigchain/_utilities';
|
|
|
|
// Content types
|
|
//@import 'bigchain/content-page';
|
|
|
|
// specific page styles
|
|
@import 'page-front';
|