Throw if theme is not set
Open
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.