CssToReact
CssToReact copied to clipboard
Quick online tool to transform CSS into React style JSON
```` css .content-file[data-content-file-type='.doc'], .content-file[data-content-file-type='.docx'] {background-position: -5px -5px;} .content-file[data-content-file-type='.jpg'], .content-file[data-content-file-type='.jpeg'] {background-position: -95px -5px;} .content-file[data-content-file-type='.png'] {background-position: -187px -5px;} .content-file[data-content-file-type='.ppt'], .content-file[data-content-file-type='.pptx'] {background-position: -276px -4px;} .content-file[data-content-file-type='.pdf']{background-position: -367px -5px;} .content-file[data-content-file-type='.css']{background-position: -5px -115px;} .content-file[data-content-file-type='.json']{background-position: -203px -239px;}...
Hi, would it be possible to perform the opposite transformation? (json style to css/scss)
A lot of folks are migrating from a [CSSNext](http://cssnext.io) PostCSS setup to CSS in JS. This tool seems to bomb when pasting in futuristic CSS. Having not looked under the...