Skip to content

Commit b1e83ba

Browse files
committed
delete log
1 parent f91f0ce commit b1e83ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/vendor.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ vendor-prefixes ?= webkit khtml moz o ms official
1515
// optionally specifying the only prefixes to utilize,
1616
// or those which should be ignored.
1717
vendor(prop, args, only = null, ignore = null,vendor-property = true)
18-
log:vendor-property
19-
log2:official
2018
for prefix in vendor-prefixes
2119
unless (only and !(prefix in only)) or (ignore and prefix in ignore)
2220
if official == prefix or vendor-property == false

0 commit comments

Comments
 (0)