-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Add .cshtml.css
styles in default project templates
#31030
Comments
Thanks for contacting us. |
I took a stab at doing this when I was fixing an scoped CSS issue in #31257 but it induced a ton of flakiness in the build. In particular, our template tests do a validation where they check to see if the static assets requested by an app are received. For some reason, the generated CSS file from the scoped CSS throws a 404 sometimes.
If we pursue this work, we'll probably need to get to the bottom of this. As a sidenote: while working on the scoped CSS issue I was able to verify that it generally works as expected. |
@captainsafia I suspect this is because the check |
Ah I see. I guess we'll have to add a way to exempt that particular file here:
|
Thanks for contacting us. |
@captainsafia I assume this is now done, isn't it? |
Yep! Not sure why it didn't close when I merged the PR. |
This will help with adoption of CSS Isolation.
The text was updated successfully, but these errors were encountered: