passy / autoprefixer-loader

Webpack loader for autoprefixer
MIT License
217 stars 25 forks source link

Autoprefixer3.0 #7

Closed ai closed 10 years ago

ai commented 10 years ago

Move loader to Autoprefixer 3.0:

  1. Use autoprefixer-core instead of autoprefixer.
  2. Set browsers to params object, instead of separated arguments.
  3. Use default browsers independent tests.
  4. Don’t override default browsers from Autoprefixer.
  5. Add support to safe and cascade options.
ai commented 10 years ago

@passy it will close #3 and #4

passy commented 10 years ago

Awesome! Do you think it's worth documenting the safe and cascade options here?

ai commented 10 years ago

@passy yeap, they must be documented, but my English is very bad :). Can you do it?

ai commented 10 years ago
  1. Also I update loader-utils.
  2. Normalize styles.
  3. And I found way to set input file name ^_^. #8
passy commented 10 years ago

Nice job!

ai commented 10 years ago

@passy Done, I fix that 2 moments :).

ai commented 10 years ago

Let’s make release today :). We need only docs fixes.

ai commented 10 years ago

Cool! Can you release new version?