es6-string-css icon indicating copy to clipboard operation
es6-string-css copied to clipboard

Highlight CSS language in ES6 template literals

Results 5 es6-string-css issues
Sort by recently updated
recently updated
newest added

Not sure if this is possible, but it would be nice if color editing tools would work. So like on the image below. Maybe VSC can be notified that it...

Without css comment: ![code-before](https://user-images.githubusercontent.com/4889861/88949313-bd8b2c80-d29b-11ea-8fc3-2ef9df7ddc86.png) With css comment: ![code-after](https://user-images.githubusercontent.com/4889861/88949346-c8de5800-d29b-11ea-9231-7d58d83fd117.png)

Hi I'm making a lib that has stateful css which is written in string literals and it would be really helpful if I can preserve the highlighting while adding ${...

it definitely should work - if not - it's a bug... you have an example? that get's highlighted fine for me ``` const foo = css` div { padding: ${size};...