v1.1.0
What's Changed
- Add mask mixin : you just need to add the mode parameter. For example in scss:
@include sprite('spiriit', $mode: 'mask');
It is recommanded to use postcss autoprefixer when you are using the mask property for
-webkit
compatibility.
- Update dependencies
Full Changelog: v1.0.2...v1.1.0