Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less.less')
-rw-r--r--less.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less.less b/less.less
index 2ffbc78..7932686 100644
--- a/less.less
+++ b/less.less
@@ -152,7 +152,7 @@
._rfs-render-media-query () {
& when (@rfs-two-dimensional) {
& when (@rfs-mode = "min-media-query") {
- @media (min-width: @max-width), (min-height: @max-width) {
+ @media (min-width: @max-width) and (min-height: @max-width) {
@{property}: @valueResult;
}
}