first
This commit is contained in:
26
node_modules/postcss-px-to-viewport/example/main-viewport.css
generated
vendored
Normal file
26
node_modules/postcss-px-to-viewport/example/main-viewport.css
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
.class {
|
||||
margin: -3.125vw .5vh;
|
||||
padding: 5vmin 2.96875vw 1px;
|
||||
border: 0.9375vw solid black;
|
||||
border-bottom-width: 1px;
|
||||
font-size: 4.375vw;
|
||||
line-height: 6.25vw;
|
||||
}
|
||||
.class2 {
|
||||
border: 1px solid black;
|
||||
margin-bottom: 1px;
|
||||
font-size: 6.25vw;
|
||||
line-height: 9.375vw;
|
||||
}
|
||||
@media (min-width: 750px) {
|
||||
.class3 {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
.class {
|
||||
font-size: 16px;
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user