mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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',
|
||||
'full-screen': '100vh'
|
||||
},
|
||||
width: {
|
||||
'1/2-screen': '50vw',
|
||||
'full-screen': '100vw',
|
||||
'2x-screen': '200vw'
|
||||
},
|
||||
minHeight: {
|
||||
'1/2-screen': '50vh',
|
||||
'3/4-screen': '75vh',
|
||||
},
|
||||
spacing: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue