You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A significant reason one would use this template at all is to get full editor support, so this is importantl
As a workaround, one can extract the media query as a template expression: ${'@-moz-document domain("tumblr.com")'}. This is kind of stupid, but oh well.
The text was updated successfully, but these errors were encountered:
marcustyphoon
changed the title
'@-moz-document breaks VS Code Intellisense@-moz-document breaks VS Code Intellisense
Mar 22, 2024
Any CSS included in e.g.
@-moz-document domain("tumblr.com")
breaks thevscode-styled-components
extension's intellisense. See styled-components/vscode-styled-components#435, styled-components/vscode-styled-components#369.A significant reason one would use this template at all is to get full editor support, so this is importantl
As a workaround, one can extract the media query as a template expression:
${'@-moz-document domain("tumblr.com")'}
. This is kind of stupid, but oh well.The text was updated successfully, but these errors were encountered: