Sorry if I misunderstood how UI works for addons, please explain what I did wrong.
What I did
- Created a Razor PanelComponent
- Attached it to a ScreenPanel
- Placed .razor and .razor.scss in the same folder
What happens
- Razor component renders correctly
- .razor.scss is not applied at all
- Inline <style> inside .razor works
Expected
.razor.scss should automatically load and apply styles.
Question
Is .razor.scss supported for Razor components in addons, or does it require additional setup?
Sorry if I misunderstood how UI works for addons, please explain what I did wrong.
What I did
What happens
Expected
.razor.scss should automatically load and apply styles.
Question
Is .razor.scss supported for Razor components in addons, or does it require additional setup?