-
In related news, property declarations can now be nested directly inside nested conditionals. Is that a real sentence? Previously, the spec required: main { @\media (min-width: 30em) { & { … } } } Now it allows: main { @\media (min-width: 30em) { … } } argyleink/1423708997530439684