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

3.x of PostCSS - Cannot read property '1' of null Use --force to continue. #79

Closed AndyBean closed 9 years ago

AndyBean commented 9 years ago

Once I updated to the latest grunt autoprefixer, I received the following error on a sass compile that worked fine the previous version. I do not know where this bug originates yet and am still looking into the cause but I wanted to call it out here until I find it.

Running "autoprefixer:dist" (autoprefixer) task
Warning: Cannot read property '1' of null Use --force to continue.
t0lkman commented 9 years ago

same here...

ai commented 9 years ago

Problem maybe with 3.2 release. It broke API, but have same major version. So npm used new Autoprefixer with old grunt-autoprefixer.

I unpublish 3.2 and release 4.0.

nDmitry commented 9 years ago

https://github.com/nDmitry/grunt-autoprefixer/blob/master/CHANGELOG