mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 05:01:55 +08:00
use scss mode instead of css mode
This commit is contained in:
@ -35,7 +35,7 @@ export default Ember.Controller.extend({
|
|||||||
|
|
||||||
@computed("fieldName")
|
@computed("fieldName")
|
||||||
activeSectionMode(fieldName) {
|
activeSectionMode(fieldName) {
|
||||||
return fieldName && fieldName.indexOf("scss") > -1 ? "css" : "html";
|
return fieldName && fieldName.indexOf("scss") > -1 ? "scss" : "html";
|
||||||
},
|
},
|
||||||
|
|
||||||
@computed("fieldName", "currentTargetName", "model")
|
@computed("fieldName", "currentTargetName", "model")
|
||||||
|
Reference in New Issue
Block a user