24 lines
382 B
SCSS
24 lines
382 B
SCSS
|
|
/*
|
||
|
|
* # TABLE OF CONTENTS
|
||
|
|
*
|
||
|
|
* - Reset
|
||
|
|
* - Priority CSS Rules
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
// Reset
|
||
|
|
// Use a file outside of hippie i.e. vendor/normalize.css
|
||
|
|
// -----------------------------------------------------------------------------
|
||
|
|
// @import "vendor/normalize.css";
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/*
|
||
|
|
* # NOTE
|
||
|
|
*
|
||
|
|
* CSS rules for content which is presented immediately
|
||
|
|
* to the screen and needs priority loading
|
||
|
|
*
|
||
|
|
*/
|