breakpoint-sass
Version:
Really Simple Media Queries with Sass
16 lines (15 loc) • 308 B
CSS
/*
* Legacy syntax
*/
@media not screen and (min-width: 500px) {
.legacy {
content: "$legacy";
content: "@media not screen and (min-width: 500px)";
}
}
@media not screen and (min-width: 500px) {
.legacy {
content: "$legacy";
content: "@media not screen and (min-width: 500px)";
}
}