2016-12-08 17:50:51 +01:00
|
|
|
/*
|
|
|
|
|
* # TABLE OF CONTENTS
|
|
|
|
|
*
|
|
|
|
|
* - Reset
|
|
|
|
|
* - Priority CSS Rules
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Reset
|
2017-09-26 22:02:10 +02:00
|
|
|
// Use a file outside of hippie i.e. vendor/normalize.css
|
2016-12-08 17:50:51 +01:00
|
|
|
// -----------------------------------------------------------------------------
|
2017-09-26 22:02:10 +02:00
|
|
|
// @import "vendor/normalize.css";
|
2016-12-08 17:50:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* # NOTE
|
|
|
|
|
*
|
2018-04-30 19:09:17 +02:00
|
|
|
* CSS rules for content which is presented immediately
|
2016-12-08 17:50:51 +01:00
|
|
|
* to the screen and needs priority loading
|
|
|
|
|
*
|
|
|
|
|
*/
|