-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Scss not emitted properly (very strange!) #6953
Comments
I tried running your repro but it does not build
I know your repro said to use If you provide a repro that can be built I can check again. |
Strange, these issues should only occurs with Anyway, my bad I forgot this issue but I found the underlying reason for the CSS not being emitted: I used As a side note though, while |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
npm install
npm start
Uncomment lines: https://github.com/ngx-rocket/starter-kit/blob/mobile/ionic-routing/src/app/login/login.component.scss#L16-L19
=> no matching CSS is emitted! I have even tried changing the selection with more specification, adding
!important
etc. The element with is present in the page with the right class, it's the caret here:The log given by the failure.
The build seems fine, so no errors displayed
Desired functionality.
CSS is emitted as expected
Mention any other details that might be useful.
Repo: https://github.com/ngx-rocket/starter-kit/tree/angular-cli-scss-issue
Strange bonus (might be related):
to
(basically change each selector to its own line) and add other selectors, it sometimes fails the build...
The text was updated successfully, but these errors were encountered: