mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-09 02:44:55 +01:00
- start linting scss based on Airbnb style guide - add includePaths to css & js tasks
11 lines
155 B
SCSS
11 lines
155 B
SCSS
//
|
|
// Mixins
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
|
|
@import '_mixins/typography';
|
|
@import '_mixins/buttons';
|
|
@import '_mixins/alerts';
|
|
@import '_mixins/color-overlay';
|