mirror of
https://github.com/less/less.js.git
synced 2026-02-06 04:55:03 -05:00
improve import support with media features
This commit is contained in:
5
test/css/import.css
vendored
5
test/css/import.css
vendored
@@ -16,3 +16,8 @@
|
||||
width: 10px;
|
||||
height: 30%;
|
||||
}
|
||||
@media screen and (max-width: 600px) {
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user