dmitrycy
Results
1
comments of
dmitrycy
I had the same problem, resolved it by adding a settings object into the autoprefixer, like so: ```js .pipe(prefix({ browsers: ['last 2 versions'], cascade: false })); ``` Give it a...