geddski / csstyle

MOVED TO https://github.com/csstyle/csstyle a modern approach for crafting beautifully maintainable stylesheets
http://csstyle.io
Other
850 stars 34 forks source link

Postcss support #31

Closed bjrmatos closed 9 years ago

bjrmatos commented 9 years ago

I see csstyle plan to support rework #13 but dont start to work in it because rework not support nested styles.

I suggest to start with support for postcss that has support for nested styles with a plugin and it has the same features (and more) that rework.

What do you think?

geddski commented 9 years ago

I'll take a look!

geddski commented 9 years ago

@bjrmatos this is looking promising. Should have something soon.

geddski commented 9 years ago

Great news! Postcss is now fully supported in csstyle 1.3.0. I find that I quite enjoy postcss and this was relatively easy and fun to implement.

bjrmatos commented 9 years ago

great news! finally i could leave sass and write modern css :D