We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The official ember-cli docs, and this ember atlas page
say to use app.import.
app.import
We don't want to encourage any usage of app.import, as it's archaic AF -- so, I think we should document how to use css @import in the app.css.
@import
app.css
I think with embroider and ember-auto-import, it should "just work", but it'll be good to document, as we have no examples anywhere.
The text was updated successfully, but these errors were encountered:
What's archaic AF? Anti-Feature?
Sorry, something went wrong.
No branches or pull requests
The official ember-cli docs, and this ember atlas page
say to use
app.import
.We don't want to encourage any usage of app.import, as it's archaic AF -- so, I think we should document how to use css
@import
in theapp.css
.I think with embroider and ember-auto-import, it should "just work", but it'll be good to document, as we have no examples anywhere.
The text was updated successfully, but these errors were encountered: