Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 787 Bytes

vscode-css-in-jsx

Syntax highlighting for <>CSS in JSX</> in VSCode.

Mostly written from styled-components VSCode extension.

⚠ Important ⚠

Like the <>CSS in JSX</> library itself, this is a proof of concept. It is not yet ready for been published as an extension for VSCode.

Features

Provides syntax highlighting for your CSS in JSX.

preview

Known Issues

  • autocompletion does not work
  • style fragments in jsx expressions ({ condition && <>property: value;</>}) are not highlighted
  • @media at-rules are not properly highlighted
  • ...

TODO

  • fix the above issues
  • remove useless SCSS grammar tokens
  • publish the extension