mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
10 lines
176 B
SCSS
10 lines
176 B
SCSS
@import "compass";
|
|
@include global-reset;
|
|
@include reset-html5;
|
|
|
|
@import "custom/colors";
|
|
@import "custom/layout";
|
|
@import "base";
|
|
@import "partials";
|
|
@import "custom/styles";
|