CSS Isolation in Blazor - How to Isolate CSS in Razor Components

preview_player
Показать описание
CSS Isolation is a simple but powerful concept that you will use in nearly every SPA application that you produce. In this video I break it down and show you why it makes sense and how it's done.
Рекомендации по теме
Комментарии
Автор

Do you know what to do If you deleted isolated CSS file. The next CSS file created by the procedure you explain clreates an error. So, what is the solution?

AliFrazK
Автор

So, now... how to isolate css to a component that is purely code and has no razor file

jeremystafford