- Pass the sass-rails version as an option to the plugin. This will determine whether the urls are replaced with
asset-url
orfont-url
andimage-url
depending on the type of the asset. This will default toasset-url
for backward compatability.
- Bump dependencies to use PostCSS ^5.0.10 and its new Container#walkDecls function. The previously used function Container#eachDecl was deprecated.