A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sass/libsass/issues/614 below:

Nested @supports conditions don't render correctly · Issue #614 · sass/libsass · GitHub

Nested @supports conditions do not render correctly.

Input

@supports ((foo: bar) or (foo: bar) or (foo: bar)) and (foo: bar) {
  div {
    bar: baz;
  }
}

Expected output

@supports (foo: bar) or (foo: bar) or (foo: bar) and (foo: bar) {
  div {
    bar: baz; } }

Actual output

@supports (: or ) and (foo: bar) {
  div {
    bar: baz; } }

Specs added sass/sass-spec#122.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4