vscode-styled-components icon indicating copy to clipboard operation
vscode-styled-components copied to clipboard

Syntax highlighting for styled-components

Results 83 vscode-styled-components issues
Sort by recently updated
recently updated
newest added

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

bug

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** ![Capture d’écran 2023-03-27 à 10 27 03](https://user-images.githubusercontent.com/546129/227886078-36f7dde5-b30d-4114-81b3-44c9c90e8574.png) **To...

bug

**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`...

bug

I'm currently using `@mui/material` which includes `emotion/react`. The following syntax doesn't seem to work. ![image](https://user-images.githubusercontent.com/48767092/209238228-96faff91-f8f9-48bc-9ebb-f7619e29c300.png) Any suggestions?

bug

[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...

bug

**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...

bug

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)|...