Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SemanticUI Settings turn off css #230

Open
deanmraz opened this issue May 10, 2018 · 3 comments
Open

SemanticUI Settings turn off css #230

deanmraz opened this issue May 10, 2018 · 3 comments

Comments

@deanmraz
Copy link

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
    }
  }
});
@omairvaiyani
Copy link

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

@jenweber
Copy link
Contributor

jenweber commented Jan 3, 2019

I think this is fixed in #242

@championswimmer
Copy link
Collaborator

Yes will make a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants