What I’m trying to do:
Use the CSS Linter in the IDE
What I’ve tried and what’s not working:
I use the Alt+Shift+F Shortcut, but I get this error message:
CssSyntaxError: Missed semicolon (104:10)
102 | font-size: 14px;
103 | line-height: 1.4286;
> 104 | color: %color:On Surface%;
| ^
105 | background-color: %color:Background%;
106 | min-height: calc(100vh - 56px)
107 | }
The error is coming from some of the Material Design Anvil based CSS, so the Linter is just nerfed entirely.