mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add new width and height classes
This commit is contained in:
parent
debc264ce7
commit
3a4463ec36
1 changed files with 6 additions and 0 deletions
|
|
@ -75,7 +75,13 @@ module.exports = {
|
||||||
'1/2-screen': '50vh',
|
'1/2-screen': '50vh',
|
||||||
'full-screen': '100vh'
|
'full-screen': '100vh'
|
||||||
},
|
},
|
||||||
|
width: {
|
||||||
|
'1/2-screen': '50vw',
|
||||||
|
'full-screen': '100vw',
|
||||||
|
'2x-screen': '200vw'
|
||||||
|
},
|
||||||
minHeight: {
|
minHeight: {
|
||||||
|
'1/2-screen': '50vh',
|
||||||
'3/4-screen': '75vh',
|
'3/4-screen': '75vh',
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue