Skip to content

Commit

Permalink
Added comments for using prefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Sep 21, 2012
1 parent 72737de commit ebac75e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/css3/_prefixer.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//************************************************************************//
// Default: Webkit, moz, spec
// Example: @include prefixer(border-radius, $radii, $o: true);
//************************************************************************//
@mixin prefixer ($property, $value,
$webkit: true,
$moz: true,
Expand Down

0 comments on commit ebac75e

Please sign in to comment.