We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0fe1 commit 125a1d0Copy full SHA for 125a1d0
stubs/defaultConfig.stub.js
@@ -268,13 +268,28 @@ module.exports = {
268
'1/3': '33.33333%',
269
'2/3': '66.66667%',
270
'1/4': '25%',
271
+ '2/4': '50%',
272
'3/4': '75%',
273
'1/5': '20%',
274
'2/5': '40%',
275
'3/5': '60%',
276
'4/5': '80%',
277
'1/6': '16.66667%',
278
+ '2/6': '33.33333%',
279
+ '3/6': '50%',
280
+ '4/6': '66.66667%',
281
'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%',
293
full: '100%',
294
screen: '100vw',
295
}),
0 commit comments