You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I found a few past issues about this, but it still seems unresolved.
Past issue in Ruby Sass : sass/sass#1831 "Nested media queries using the "not" keyword should not be merged"
Past issue in Libsass: sass/libsass#2425 "Negation is ignored when nested media queries exist"
Past issue here, in Dart-Sass: #244 "Nested negated media query behavior is wrong"
Hello, I found a few past issues about this, but it still seems unresolved.
Past issue in Ruby Sass : sass/sass#1831 "Nested media queries using the "not" keyword should not be merged"
Past issue in Libsass: sass/libsass#2425 "Negation is ignored when nested media queries exist"
Past issue here, in Dart-Sass: #244 "Nested negated media query behavior is wrong"
Source:
Expected outcome:
Expected outcome in Media Queries Level 4 syntax
But this syntax is only theoretical and doesn't work yet in Chrome 70 nor FF 63.
Received outcome in DartSass 1.6.2:
(Empty result)
Received outcome in LibSass 3.5.2:
Wrong rule, the negations have disappeared.
Thank you for taking a look at this.
The text was updated successfully, but these errors were encountered: