Skip to content

in19farkt/css-to-jss

Repository files navigation

CSS to JSS

This is an extension for Visual Studio Code that allows you to convert CSS to JSS and vice versa.

Usage

Keybindings

  • Alt+X CSS to JSS or JSS to CSS. Converts selected text.

Commands

  • CSS to JSS or JSS to CSS. Converts selected text.

Extension Settings

  • css-to-jss.use-double-quotes: Use double quote for property values. Default false.

Demo

To JSS

toJssDemo

To CSS

toCssDemo

Known Issues

None yet.


Contributing

Feel free to fork this repository and use it the way you like. If you want to propose a nice new feature, just create a pull request from you forked branch. My github

Enjoy!