Skip to content

Commit 0284693

Browse files
committed
Merge pull request #79 from tvararu/patch-1
Make the "vendors" variable overridable
2 parents 045a3b8 + f06faee commit 0284693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylus/mixins.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Mixins
22
// --------------------------------------------------
3-
vendors = official
3+
vendors ?= official
44

55
percentage($n)
66
if $n == 0

0 commit comments

Comments
 (0)