mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +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")
|
||||
activeSectionMode(fieldName) {
|
||||
return fieldName && fieldName.indexOf("scss") > -1 ? "css" : "html";
|
||||
return fieldName && fieldName.indexOf("scss") > -1 ? "scss" : "html";
|
||||
},
|
||||
|
||||
@computed("fieldName", "currentTargetName", "model")
|
||||
|
Reference in New Issue
Block a user