CSS3-Please-for-SASS
CSS3-Please-for-SASS copied to clipboard
A collection of sass mixins that handle all of your cross-browser css3 styles
trafficstars
CSS 3 Please for sass is an easy way to add cross-browser compatible css 3 styles to your sass projects.
To use it, just use the @import directive to add the css3please mixin to your project, like so:
@import "css3please"
Then you have access to all of the mixins in the file.
For example usage, see the examples.scss file.