MINOR Added SASS files

This commit is contained in:
Ingo Schommer 2011-04-19 22:36:55 +12:00
parent baa0c8afd4
commit 91fbcf8f94
7 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.sass-cache

View File

@ -88,7 +88,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
Requirements::javascript(CMS_DIR . '/javascript/CMSMain.EditForm.js');
Requirements::add_i18n_javascript(CMS_DIR . '/javascript/lang');
// Requirements::css(CMS_DIR . '/css/CMSMain.css');
Requirements::css(CMS_DIR . '/css/CMSMain.css');
// navigator
// Requirements::css(CMS_DIR . '/css/SilverStripeNavigator.css');

View File

@ -5,7 +5,7 @@ project_type = :stand_alone
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "sass"
sass_dir = "scss"
images_dir = "images"
javascripts_dir = "javascript"
output_style = :compact

0
css/CMSMain.css Normal file
View File

0
css/ReportAdmin.css Normal file
View File

0
scss/CMSMain.scss Normal file
View File

0
scss/ReportAdmin.scss Normal file
View File