sass/accepted/media-logic.changes.md
Natalie Weizenbaum bcfe3cbb90
[Media Logic] Mark as accepted (#3360)
This makes a few changes that came up during implementation. See the
changelog for details.
2022-07-22 13:33:53 -07:00

325 B

Draft 1.1

  • In the MediaQuery production, don't allow an Interpolation to be followed by (MediaAnd* | MediaOr*) since Interpolation is ambiguous with MediaType.

  • Forbid whitespace in the MediaNot, MediaAnd, and MediaOr productions.

  • Fix the link for CssMediaQuery.

Draft 1

  • Initial draft.