Skip to content

Commit 158f2d5

Browse files
author
mrmrs
committed
Fix bug where 33 is not needed ;/
1 parent ec70826 commit 158f2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/layout/max-widths/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-max-widths</h4>
9898
8 = 8th step in width scale
9999
9 = 9th step in width scale
100100

101-
-100 = literal value 33%
101+
-100 = literal value %
102102
-none = none
103103

104104
Media Query Extensions:

src/templates/docs/max-widths/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
5757
8 = 8th step in width scale
5858
9 = 9th step in width scale
5959

60-
-100 = literal value 33%
60+
-100 = literal value %
6161
-none = none
6262

6363
Media Query Extensions:

0 commit comments

Comments
 (0)