We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a8482 commit 505c398Copy full SHA for 505c398
README.md
@@ -13,6 +13,7 @@ Registering mixins and variables
13
14
// the mixin can have any number of arguments provided when the mixin is referenced
15
css.mixin('vendor-prefix', function(name, value) {
16
+ // for example only, a smarter impl would eval the user agent to include the appropriate prefix
17
var rtn = {};
18
// if you have underscore
19
_.each(['O', 'Webkit', 'ms', 'Moz'], function(prefix) {
0 commit comments