Semantic-UI-Ember icon indicating copy to clipboard operation
Semantic-UI-Ember copied to clipboard

SemanticUI Settings turn off css

Open deanmraz opened this issue 6 years ago • 3 comments

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
    }
  }
});

deanmraz avatar May 10 '18 01:05 deanmraz

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

omairvaiyani avatar May 17 '18 08:05 omairvaiyani

I think this is fixed in #242

jenweber avatar Jan 03 '19 16:01 jenweber

Yes will make a release

championswimmer avatar Jan 03 '19 17:01 championswimmer