RobLoach / opalcss

Another CSS pre-processor, maybe.
MIT License
1 stars 0 forks source link

cssnano after autoprefixer? #1

Open tunnckoCore opened 9 years ago

tunnckoCore commented 9 years ago

or im wrong?

RobLoach commented 9 years ago

:+1:

tunnckoCore commented 9 years ago

Actually I just see that cssnano includes autoprefixer by default.

So im guessing that this is possible

cssnano({browsers: ['last 2 versions']})

because https://github.com/ben-eb/cssnano/blob/master/index.js#L13