You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
SCSS
56 lines
1.1 KiB
SCSS
/* ==========================================================================
|
|
Main
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Following Necolas' Principles of writing consistent, idiomatic CSS:
|
|
* https://github.com/necolas/idiomatic-css
|
|
*/
|
|
|
|
/* Charset */
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
/* Libraries
|
|
========================================================================== */
|
|
|
|
/**
|
|
* Using Bourbon for extended SASS functionality:
|
|
* http://bourbon.io/
|
|
*/
|
|
|
|
@import "bourbon";
|
|
|
|
/**
|
|
* Using Jeet, a grid system designed for humans:
|
|
* http://jeet.gs/
|
|
*/
|
|
|
|
@import "jeet/scss/index";
|
|
|
|
|
|
/* Reboot
|
|
========================================================================== */
|
|
|
|
@import "normalize";
|
|
@import "reset";
|
|
|
|
/* Settings
|
|
========================================================================== */
|
|
|
|
@import "variables";
|
|
@import "functions";
|
|
@import "mixins";
|
|
|
|
|
|
/* Main
|
|
========================================================================== */
|
|
|
|
@import "collecticons";
|
|
@import "charts";
|
|
@import "base";
|
|
/* Utilities */
|
|
|
|
@import "utils";
|