cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.07k stars 398 forks source link

[repl] Enable to use any converter supported by jss cli #270

Open kof opened 8 years ago

kof commented 8 years ago
typical000 commented 8 years ago

sass > jss

Do you mean just SASS or SASS + SCSS ?

kof commented 8 years ago

Everything we can make work and people need. So if we can do it for SCSS, why not, just didn't dig deep enough.

kof commented 7 years ago

We need to make css->jss convertion online possible as well (using jss-cli) to enable same sort of usability like @mxstbr has got for css-components. It enables easier migration and quickly copying from devtools, converting to jss -> pasting into code.

aislanmaia commented 6 years ago

Any progress on this ??? Should be awesome to have this for my legacy sass and stylus files I'm needing to port right now. :smile:

kof commented 6 years ago

@aislanmaia would you like to help?