Open normalser opened 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.
@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?
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).