Hi,
I'm working with sencha cmd theme and I'm wondering if there is a way to convert css code to scss ?
Thanks.
Hi,
I'm working with sencha cmd theme and I'm wondering if there is a way to convert css code to scss ?
Thanks.
I don't believe that Cmd can do this, but a web search for 'convert css to sass' revealed quite a number of options that look promising.
As far as I know, css is a subset of scss. Valid css is also valid scss, no conversion required. So, what exactly do you expect from a converter?