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
As you can see it seems to be everything imported via the CLI styles below are not being mapped while all the component LESS files are being mapped as expected.
bootstrap.less, note the first import is to a custom less variables.less (copied from the repo). Component less is being
/ Core variables and mixins
@import"../../styles/bootstrap.variables.less";
@import"~bootstrap/less/mixins.less";
// Reset and dependencies@import"~bootstrap/less/normalize.less";
@import"~bootstrap/less/print.less";
Example project (will have to download and place into full CLI to run command)
Observed behavior
Inspecting HTML in DevTools shows all the css is in styles.bundle.scss, where it used to display the scss source of the rule. So I can no longer determine where the css rule I am inspecting comes from.
Desired behavior
To see all less mappings and not just the components
Mention any other details that might be useful (optional)
Versions
Repro steps
ng serve -sm -ec -env=mock
As you can see it seems to be everything imported via the CLI styles below are not being mapped while all the component LESS files are being mapped as expected.
Currently our step up is as follows:
bootstrap.less, note the first import is to a custom less variables.less (copied from the repo). Component less is being
Example project (will have to download and place into full CLI to run command)
Observed behavior
Inspecting HTML in DevTools shows all the css is in styles.bundle.scss, where it used to display the scss source of the rule. So I can no longer determine where the css rule I am inspecting comes from.
Desired behavior
To see all less mappings and not just the components
Mention any other details that might be useful (optional)
Related to #9099 & #9235
The text was updated successfully, but these errors were encountered: