Skip to content

Commit eda3848

Browse files
authored
Add more width fractions
1 parent a485400 commit eda3848

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

defaultTheme.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,28 @@ module.exports = function() {
198198
'1/3': '33.33333%',
199199
'2/3': '66.66667%',
200200
'1/4': '25%',
201+
'2/4': '50%',
201202
'3/4': '75%',
202203
'1/5': '20%',
203204
'2/5': '40%',
204205
'3/5': '60%',
205206
'4/5': '80%',
206207
'1/6': '16.66667%',
208+
'2/6': '33.33333%',
209+
'3/6': '50%',
210+
'4/6': '66.66667%',
207211
'5/6': '83.33333%',
212+
'1/12': '8.33333%',
213+
'2/12': '16.66667%',
214+
'3/12': '25%',
215+
'4/12': '33.33333%',
216+
'5/12': '41.66667%',
217+
'6/12': '50%',
218+
'7/12': '58.33333%',
219+
'8/12': '66.66667%',
220+
'9/12': '75%',
221+
'10/12': '83.33333%',
222+
'11/12': '91.66667%',
208223
full: '100%',
209224
screen: '100vw',
210225
},

0 commit comments

Comments
 (0)