Josh Goebel
Josh Goebel
`getStyleTags` was added to make this easier!
We do not consider this a bug - but a feature request. Most likely would fall as a duplication of #2500. Any chance you'd be willing to work on a...
I'll leave this open for a bit to see if anyone bites, but this might eventually get closed as a dup of #2500 as if we left issues open for...
Related: #3484 Nothing to do with the selectors, trying putting all the rules inside a simple `body` rule, the problem is our list of CSS properties simply isn't exhaustive (and...
Look at css and css-shared. You might want to read our build docs and find our developer tool in /tools/ (requires a browser build)
@wooorm Relevant to you because once this goes public the `Emitter` API will become part of our public API since custom grammars will need to trust this API to be...
@allejo When you have a moment.
In TS can you write: `prop ?: number`?
Things we need to know: - The full list of all valid named CSS values - What scope should we use for values? literal, built-in, string, etc? Considerations: - Yet...
So far we're in good company with GitHub, who also does NOT highlight values: https://github.com/highlightjs/highlight.js/blob/main/demo/style.css Update: Also Prism.js doesn't highlight CSS values.