typestyle / typestyle.github.io

Website for TypeStyle
https://typestyle.github.io
MIT License
9 stars 7 forks source link

Online converter #9

Open normalser opened 7 years ago

normalser commented 7 years ago

Thanks for awesome TypeStyle 🌹

It would be awesome to have online converter where we could paste css/sass/less and get the proper typestyle generated code (with $nest support).

notoriousb1t commented 7 years ago

Maybe there is something that could be done with postcss? It does the css parsing and tree-walking and allows replacing segments of the CSS.

notoriousb1t commented 7 years ago

@wallverb I have a very basic online converter setup at http://typestyle.io/converter/. (I just finished running cursory tests) It does CSS to TypeStyle using postcss. Why don't you give it try?