weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
549 stars 105 forks source link

Blazor Plugins CSS Isolation #71

Closed buzzbonner closed 1 year ago

buzzbonner commented 1 year ago

I can successful load razor components from loosely coupled modules using an appropriate plugin interface, but this doesn't include the CSS isolation. Any thoughts?

buzzbonner commented 1 year ago

CSS Isolation will not work using this library and will require a css preprocessor.