| 1 |
/** |
| 2 |
* Unagi |
| 3 |
*/ |
| 4 |
|
| 5 |
/* Global - global pieces like media queries, mixins and placholders */ |
| 6 |
@import url("global/index"); |
| 7 |
|
| 8 |
/* Base - base styles such as fonts, typography, and wordpress overrides */ |
| 9 |
|
| 10 |
/* @import url("base/index.css"); */ |
| 11 |
|
| 12 |
/* Layout - styles specific to layout */ |
| 13 |
|
| 14 |
/* @import url("layout/index"); */ |
| 15 |
|
| 16 |
/* Templates */ |
| 17 |
|
| 18 |
/* @import url("templates/index"); */ |
| 19 |
|
| 20 |
/* Components */ |
| 21 |
|
| 22 |
/* @import url("components/index"); */ |
| 23 |
|