vscode-styled-components
vscode-styled-components copied to clipboard
Syntax highlighting for styled-components
It’d be great to have an option for this extension to enable an “xstyled” mode that allows some new options for CSS values based on theme (would need a way...
After installing the extension, the enter key does not work properly. Hope you can fix it one day soon. https://stackoverflow.com/questions/75896153/cannot-create-line-break-with-enter-key-in-vs-code
Another attempt at fixing #292 It kind of works with `attrs` but I need to see why it's changing so many irrelevant tests.
**Description** No syntax and highlight when using namespace for types of the props (for example types are like that : `Namespace.InterfaceOrTypename`) **Screenshot**  **To...
**Describe the bug (including copyable syntax)** Wrapping styled components is causing style issues. If I remove the theme wrapper the stling returns to the expected Expected styles (see the `CustomerNameWidth`...
I'm currently using `@mui/material` which includes `emotion/react`. The following syntax doesn't seem to work.  Any suggestions?
[This package](https://github.com/Sharcoux/rn-css) is basically a superset of styled-components for React Native. It has all the same syntax as styled-components for React, so you literally should just need to "recognize" `import...
- OS: Darwin x64 21.6.0 - VSCode Version: 1.72.2 - Extension Version: 1.6.6 **Additional context** Add any other context about the problem here. Steps to Reproduce: **Given** ``` export const...
**Describe the bug (including copyable syntax)** ```css &>*:hover::after { counter-reset: score var(--score) scoreMax var(--score-max); content: counter(score)" / "counter(scoreMax); opacity: 1; } ``` also, the `@property --var` syntax is marked with...
Type: Bug cant reproduce Extension version: 1.7.8 VS Code version: Code 1.87.1 (Universal) (1e790d77f81672c49be070e04474901747115651, 2024-03-06T00:23:16.418Z) OS version: Darwin arm64 20.4.0 Modes: System Info |Item|Value| |---|---| |CPUs|Apple M1 (8 x 24)|...