Skip to content

adrgautier/vscode-css-in-jsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CSS-in-JSX syntax highlighting for VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published