autoprefixer-php
autoprefixer-php copied to clipboard
Is it updated somehow?
I wonder your autoprefixer.js file contains caniuse db inside. Is it possible to update its data?
It can update itself by running $autoprefixer->update();, which simply fetches from https://raw.github.com/ai/autoprefixer-rails/master/vendor/autoprefixer.js . That repo appears to update the blob quite often.