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