Everything after css`...` helper failed to highlight
See original GitHub issueI cannot use css
helper function in any way, it always fail to highlight my css…
am I missing something?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:21
- Comments:7
Top Results From Across the Web
problem with <select> and :after with CSS in WebKit
The only issue I'm having is that I can only seem to change the fill to a word like 'black' or 'white' or...
Read more >after - CSS: Cascading Style Sheets - MDN Web Docs - Mozilla
In CSS, ::after creates a pseudo-element that is the last child of the selected element. It is often used to add cosmetic content...
Read more >::before / ::after | CSS-Tricks - CSS-Tricks
The ::before and ::after pseudo-elements in CSS allows you to insert content ... but no dice as far as them rendering or anything...
Read more >Styling Form Inputs in CSS With :required, :optional, :valid and
We can use the :required , :optional , :valid and :invalid pseudo-classes coupled with HTML5 form validation attributes like required or pattern ...
Read more >Browser automation actions reference - Power Automate
All web-related UI elements are specified by one or more CSS ... Failed to select radio button, Indicates a problem in selecting the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Had this issue with highlighting some Emotion code using
css
tagged template strings. Seems to have started after upgrading to VS Code May 2020 (version 1.46).I disabled the
vscode-styled-jsx
extension as in the comment below, and the issue seems to have been resolved.https://github.com/emotion-js/emotion/issues/1316#issuecomment-486122598
I’ve also commented over there: https://github.com/iFwu/vscode-styled-jsx/issues/4#issuecomment-646619998
Unfortunately it looks like
vscode-styled-jsx
is unmaintained:The same for me (looks like it’s a common bug):
But there’s a workaround, you should add space between
css
and opening template literal:(but autoformat breaks it back)
It’s definitely a bug and should be fixed, i guess.