9 lines
116 B
CSS
9 lines
116 B
CSS
|
.some[selectors-may='contain-a-{'] {
|
||
|
|
||
|
}
|
||
|
|
||
|
@media only screen and (min-width: 200px) {
|
||
|
.test {
|
||
|
prop: val;
|
||
|
}
|
||
|
}
|