Semantic-Org/Semantic-UI-Ember

SemanticUI Settings turn off css

deanmraz opened this issue · 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
    }
  }
});

FYI seems to be fixed in the PR resulting from this duplicate issue (not yet merged) #231

I think this is fixed in #242

Yes will make a release