Commit d09d0a2c by Brian Talbot

Studio: renaming Sass/CSS files for consistency and clarity

parent 28998857
......@@ -459,17 +459,17 @@ PIPELINE_CSS = {
],
'output_filename': 'css/cms-style-vendor-tinymce-skin.css',
},
'style-app': {
'style-main': {
'source_filenames': [
'sass/style-app.css',
'sass/studio-main.css',
],
'output_filename': 'css/cms-style-app.css',
'output_filename': 'css/studio-main.css',
},
'style-app-rtl': {
'style-main-rtl': {
'source_filenames': [
'sass/style-app-rtl.css',
'sass/studio-main-rtl.css',
],
'output_filename': 'css/cms-style-app-rtl.css',
'output_filename': 'css/studio-main-rtl.css',
},
'style-xmodule-annotations': {
'source_filenames': [
......
// ------------------------------
// Studio: Shared Build Compile
// About: Sass compile for Studio that are shared between LTR and RTL UI. Configuration and vendor specific imports happen before this shared set of imports are compiled in the style-app-*.scss files.
// About: Sass compile for Studio that are shared between LTR and RTL UI. Configuration and vendor specific imports happen before this shared set of imports are compiled in the studio-main-*.scss files.
// +Vendor and Rebase - *referenced/used vendor presentation and reset*
// ====================
......
......@@ -36,7 +36,7 @@ import json
<%static:css group='style-vendor'/>
<%static:css group='style-vendor-tinymce-content'/>
<%static:css group='style-vendor-tinymce-skin'/>
<%static:css group='style-app'/>
<%static:css group='style-main'/>
<%include file="widgets/segment-io.html" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment