We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91f0ce commit b1e83baCopy full SHA for b1e83ba
lib/vendor.styl
@@ -15,8 +15,6 @@ vendor-prefixes ?= webkit khtml moz o ms official
15
// optionally specifying the only prefixes to utilize,
16
// or those which should be ignored.
17
vendor(prop, args, only = null, ignore = null,vendor-property = true)
18
- log:vendor-property
19
- log2:official
20
for prefix in vendor-prefixes
21
unless (only and !(prefix in only)) or (ignore and prefix in ignore)
22
if official == prefix or vendor-property == false
0 commit comments