React-CSS-Converter
Converts CSS to and from regular notation to react acceptable css notation.
Details
Installs
- Total 2K
- Win 1K
- OS X 732
- Linux 314
Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 3 | 0 | 1 | 1 | 0 | 1 | 2 | 1 | 1 | 1 | 0 | 1 | 3 | 1 | 2 | 0 | 2 | 1 | 1 | 1 | 1 | 3 | 2 | 2 | 3 | 1 | 0 | 1 | 1 | 1 | 5 | 1 | 1 | 0 | 1 | 2 | 0 | 1 | 2 | 1 | 0 | 1 | 1 | 1 |
OS X | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 1 |
Readme
- Source
- raw.githubusercontent.com
REACT-CSS-Notation-Converter
Disclaimer: I've switched over to Visual Studio Code, so I will no longer be supporting this extension. Feel free to fork it.
This is a small plugin for Sublime Text 3 that converts CSS notation to and from its normal syntax to the DOM style notation that is used by React and JSS . I made this to speed up React development due to the fact that CSS style objects can be created and stored within React components, but rewriting the CSS into React friendly, DOM notation was a hassle.
- Open package control with CTRL + SHIFT + P and go to “Install Package”
- Type “React-CSS-Converter” and install.
- Highlight CSS and right click the selection. Select context menu item. I named mine React CSS because I mainly use this for React work.
All context menu options can be rename with the Context.sublime-menu file.
For futher reference, please refer to the links below: https://facebook.github.io/react/docs/dom-elements.html https://github.com/cssinjs/jss