Skip to content

Commit 125a1d0

Browse files
committed
add more width fractions
1 parent 51d0fe1 commit 125a1d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

stubs/defaultConfig.stub.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,28 @@ module.exports = {
268268
'1/3': '33.33333%',
269269
'2/3': '66.66667%',
270270
'1/4': '25%',
271+
'2/4': '50%',
271272
'3/4': '75%',
272273
'1/5': '20%',
273274
'2/5': '40%',
274275
'3/5': '60%',
275276
'4/5': '80%',
276277
'1/6': '16.66667%',
278+
'2/6': '33.33333%',
279+
'3/6': '50%',
280+
'4/6': '66.66667%',
277281
'5/6': '83.33333%',
282+
'1/12': '8.33333%',
283+
'2/12': '16.66667%',
284+
'3/12': '25%',
285+
'4/12': '33.33333%',
286+
'5/12': '41.66667%',
287+
'6/12': '50%',
288+
'7/12': '58.33333%',
289+
'8/12': '66.66667%',
290+
'9/12': '75%',
291+
'10/12': '83.33333%',
292+
'11/12': '91.66667%',
278293
full: '100%',
279294
screen: '100vw',
280295
}),

0 commit comments

Comments
 (0)