blob: ab83e4116720b9a59d91ce131050256a3276f205 [file] [log] [blame]
@charset "UTF-8";
@charset "ASCII";
@import url("different-rule-types-import.css");
@page {
margin: 1em;
}
@font-face {
font-family: "Example Font";
}
@media (min-width: 1px) {
.inspected {
margin: 1em;
}
}
@keyframes drop {
0% {
transform: scale(0);
opacity: 1
}
100% {
transform: scale(1);
opacity: 1
}
}
@supports (display: block) {
.inspected {
border: 1px solid blue;
}
}
.inspected {
color: blue;
}