chanan / BlazorStyled

CSS in Blazor Components
https://blazorstyled.io
The Unlicense
191 stars 19 forks source link

Way to define Stylesheet priority #89

Closed chanan closed 4 years ago

chanan commented 4 years ago

Sometimes a stylesheet needs to be before all others.

Default style sheet is currently set to be last. But a stylesheet like BlazorTypography that includes normalize needs to be the first one.