We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems preferable to use as much as possible a css / .razor
The text was updated successfully, but these errors were encountered:
Css isolation is only interesting on small HTML fragment. When you use it an attribute is added in every HTML tag. For example
<table b-uvsbxoi8u9=""><colgroup b-uvsbxoi8u9=""> ...
If you generate a lot of HTML this attribute bloat your page.
Sorry, something went wrong.
Yes I know how it works, and I'm not convinced that it affects performance.
Before this existed, in a project with 20 razor components, these global CSS styles were very complex to manage and to find in the solution.
If there is a small loss of performance (I didn't see it at all), then there is a big gain in the project.
Another problem is when customizing the CSS of the UI framework used; This implies to use globally !IMPORTANT :/ Locally it is often more convenient .
No branches or pull requests
It seems preferable to use as much as possible a css / .razor
The text was updated successfully, but these errors were encountered: