nDmitry / grunt-autoprefixer

Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.
MIT License
795 stars 60 forks source link

Update autoprefixer.js #119

Open bassjobsen opened 8 years ago

bassjobsen commented 8 years ago

in the case your src contains a wild card and selects more than one file the counter should also work. For instance src: 'dist/css/*.css' used in https://github.com/twbs/bootstrap/blob/v4-dev/Gruntfile.js#L244