-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
name-space scss files #247
Comments
#249 will fix this. |
I'm not sure that it would be a good idea to only rename the one file as that will break most people's projects unless you did a bump to 0.3.x. |
Why would it break? People are |
True, I'm not importing |
We also ran into this issue as well as conflicts with root-level variable names such as |
Since the styles come directly from Angular Material, I don't think we can do much about this. I see the pain tho. Please reopen if you have other ideas. |
@DanChadwick I'm fairly positive that this problem does not happen in |
well, it would happen with the scss files we have there: |
I had declared my own
variables.scss
in my styles folder and as a result, it overrode ember-paper'svariables.scss
file. If all the.scss
files brought in by ember-paper were namespaced the likelihood of collision would reduce.The text was updated successfully, but these errors were encountered: