You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ember-cli-mdc, we import the style to generate the default styles of the ember application. We use the following import statement in the ember-cli-mdc-theme addon:
This ensure all add-ons and the application have the default application styles set by the developer. This used to work under 6.0.0. We are upgrading to 14.0.0, and the are getting the following error:
This is happening because _constants.scss is no longer present in the repo. If either add that file, or remove the line in question from mdc-theme.import.scss, then stylesheet will compile.
Steps to reproduce
Include the scss file as follows:
@use "@material/theme/mdc-theme";
Actual behavior
Give the error outlined above.
Expected behavior
The scss file should compile.
Screenshots
N/A
Your Environment:
Software
Version(s)
MDC Web
14.0.0
Browser
All
Operating System
MacOS X
Additional context
This is preventing us from updating ember-cli-mdc.
Possible solution
Remove the line in question from mdc-theme.import.scss.
The text was updated successfully, but these errors were encountered:
Bug report
In
ember-cli-mdc
, we import the style to generate the default styles of the ember application. We use the following import statement in theember-cli-mdc-theme
addon:This ensure all add-ons and the application have the default application styles set by the developer. This used to work under
6.0.0
. We are upgrading to14.0.0
, and the are getting the following error:This is happening because
_constants.scss
is no longer present in the repo. If either add that file, or remove the line in question frommdc-theme.import.scss
, then stylesheet will compile.Steps to reproduce
Include the scss file as follows:
Actual behavior
Give the error outlined above.
Expected behavior
The scss file should compile.
Screenshots
N/A
Your Environment:
Additional context
This is preventing us from updating
ember-cli-mdc
.Possible solution
Remove the line in question from
mdc-theme.import.scss
.The text was updated successfully, but these errors were encountered: