tj / styl

Flexible and fast modular CSS preprocessor built on top of Rework
530 stars 21 forks source link

Update rework. Implement imports & variables. #38

Closed paulmillr closed 6 years ago

paulmillr commented 9 years ago
  1. Update rework to 1.0.
  2. Implement imports & variables with plugins.
  3. Remove vendor prefixes which in rework etc are preferably handled by autoprefixer.

I'll add docs etc if you think the PR is OK.

matthewmueller commented 9 years ago

nice! +1

Did you remove the tests because it's no longer part of this plugin?

paulmillr commented 9 years ago

yes. prefixing in modern apps is done by Autoprefixer https://github.com/postcss/autoprefixer

it is regularly updated and does it better

rework guys actually know it