Semantic-UI-Ember
Semantic-UI-Ember copied to clipboard
SemanticUI Settings turn off css
Issue
- Based on the usage configuration doc - scroll to bottom.
- Expected to be able to turn off css import, however still getting included during ember serve.
var app = new EmberApp(defaults, {
// Add options here
SemanticUI: {
import: {
css: false
}
}
});
FYI seems to be fixed in the PR resulting from this duplicate issue (not yet merged) https://github.com/Semantic-Org/Semantic-UI-Ember/issues/231
I think this is fixed in #242
Yes will make a release