Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 335 Bytes

readme.markdown

File metadata and controls

9 lines (5 loc) · 335 Bytes

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.