cloudfour / fabricator

A tool for building website UI toolkits
http://fbrctr.github.io/
1 stars 0 forks source link

Fabricator SCSS → CSS #16

Closed tylersticka closed 9 years ago

tylersticka commented 9 years ago

This PR translates the existing Fabricator styles and associated styles:fabricator and watch tasks from Sass to the same PostCSS/CSSnext goodness that we're using as the default for front-end styles.

Please note that this is only a translation... no optimization or Cloud Four customizations were implemented. The only judgement call I made was to forego the concept of "themes" in order to simplify the process of translating variables.

erikjung commented 9 years ago

:+1: Looks good.