1
0
mirror of https://github.com/thangisme/notes.git synced 2024-11-01 02:07:20 -04:00
notes/node_modules/doiuse/test/cases/viewport-units.css
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

12 lines
133 B
CSS

/*
expect:
viewport-units: 4
*/
div {
width: 100vmin;
border-right-width: 1vw;
border-bottom-width: 1vh;
height: 100vmax;
}