Skip to content

Commit 41b1835

Browse files
committed
Fix unquote flex value
1 parent 1e6cc93 commit 41b1835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylus/vendor.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ box-lines()
5454

5555
/* ====================== BOXFLEX ====================== */
5656
display-flex()
57-
vendorValue('display', 'flex')
57+
vendorValue('display', flex)
5858

5959
flex-flow()
6060
vendor('flex-flow', arguments)

0 commit comments

Comments
 (0)