mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Added SASS files
This commit is contained in:
parent
baa0c8afd4
commit
91fbcf8f94
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.sass-cache
|
@ -88,7 +88,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
Requirements::javascript(CMS_DIR . '/javascript/CMSMain.EditForm.js');
|
Requirements::javascript(CMS_DIR . '/javascript/CMSMain.EditForm.js');
|
||||||
Requirements::add_i18n_javascript(CMS_DIR . '/javascript/lang');
|
Requirements::add_i18n_javascript(CMS_DIR . '/javascript/lang');
|
||||||
|
|
||||||
// Requirements::css(CMS_DIR . '/css/CMSMain.css');
|
Requirements::css(CMS_DIR . '/css/CMSMain.css');
|
||||||
|
|
||||||
// navigator
|
// navigator
|
||||||
// Requirements::css(CMS_DIR . '/css/SilverStripeNavigator.css');
|
// Requirements::css(CMS_DIR . '/css/SilverStripeNavigator.css');
|
||||||
|
@ -5,7 +5,7 @@ project_type = :stand_alone
|
|||||||
# Set this to the root of your project when deployed:
|
# Set this to the root of your project when deployed:
|
||||||
http_path = "/"
|
http_path = "/"
|
||||||
css_dir = "css"
|
css_dir = "css"
|
||||||
sass_dir = "sass"
|
sass_dir = "scss"
|
||||||
images_dir = "images"
|
images_dir = "images"
|
||||||
javascripts_dir = "javascript"
|
javascripts_dir = "javascript"
|
||||||
output_style = :compact
|
output_style = :compact
|
||||||
|
0
css/CMSMain.css
Normal file
0
css/CMSMain.css
Normal file
0
css/ReportAdmin.css
Normal file
0
css/ReportAdmin.css
Normal file
0
scss/CMSMain.scss
Normal file
0
scss/CMSMain.scss
Normal file
0
scss/ReportAdmin.scss
Normal file
0
scss/ReportAdmin.scss
Normal file
Loading…
Reference in New Issue
Block a user