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 a485400 commit eda3848Copy full SHA for eda3848
defaultTheme.js
@@ -198,13 +198,28 @@ module.exports = function() {
198
'1/3': '33.33333%',
199
'2/3': '66.66667%',
200
'1/4': '25%',
201
+ '2/4': '50%',
202
'3/4': '75%',
203
'1/5': '20%',
204
'2/5': '40%',
205
'3/5': '60%',
206
'4/5': '80%',
207
'1/6': '16.66667%',
208
+ '2/6': '33.33333%',
209
+ '3/6': '50%',
210
+ '4/6': '66.66667%',
211
'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%',
223
full: '100%',
224
screen: '100vw',
225
},
0 commit comments