chanan / chanan/BlazorStyled

Throw if theme is not set

Open
#97 1 comment 0 reactions 0 assignees View on GitHub
enhancement question
Dominant language
C#
Stars
193
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hi, currently it is not reporting any error if the theme it not specified e.g

```

body {
background-color: [theme.ThisDoesNotExist];
}

```

If I use the csharp API, it will throw theme.ThisDoesNotExist but on the html tag, no error is reported, and it's very hard to spot the error.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.