Skip to content

Commit 505c398

Browse files
committed
update docs
1 parent b9a8482 commit 505c398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Registering mixins and variables
1313
1414
// the mixin can have any number of arguments provided when the mixin is referenced
1515
css.mixin('vendor-prefix', function(name, value) {
16+
// for example only, a smarter impl would eval the user agent to include the appropriate prefix
1617
var rtn = {};
1718
// if you have underscore
1819
_.each(['O', 'Webkit', 'ms', 'Moz'], function(prefix) {

0 commit comments

Comments
 (0)