Back to Sass

Private Configuration.Changes

accepted/private-configuration.changes.md

latest504 B
Original Source

Draft 2.1

  • Explicitly forbid configuring private variables with meta.load-css().

  • Rename the proposal to "Private Configuration".

Draft 2.0

  • Instead of prohibiting the use of !default in private variables, we now prohibit the use of private identifiers within with clauses. This is because there are valid use-cases for !default in private variables. The proposal title was updated as well.

  • Updated deprecation warning name to with-private.

Draft 1.0

  • Initial draft.