mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 19:10:54 +00:00
Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
This commit is contained in:
9
.themes/classic/sass/screen.scss
Normal file
9
.themes/classic/sass/screen.scss
Normal file
@ -0,0 +1,9 @@
|
||||
@import "compass";
|
||||
@include global-reset;
|
||||
@include reset-html5;
|
||||
|
||||
@import "custom/colors";
|
||||
@import "custom/layout";
|
||||
@import "base";
|
||||
@import "partials";
|
||||
@import "custom/styles";
|
||||
Reference in New Issue
Block a user