Skip to content

Commit ba7fe01

Browse files
authored
build(deps-dev): bump sass-embedded from 1.98.0 to 1.99.0 (#430)
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.98.0 to 1.99.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md">sass-embedded's changelog</a>.</em></p> <blockquote> <h2>1.99.0</h2> <ul> <li> <p>Add support for parent selectors (<code>&amp;</code>) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector#using_outside_nested_rule">the scoping root</a>.</p> </li> <li> <p>User-defined functions named <code>calc</code> or <code>clamp</code> are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in <code>calc()</code> or <code>clamp()</code> function.</p> </li> <li> <p>User-defined functions whose names begin with <code>-</code> and end with <code>-expression</code>, <code>-url</code>, <code>-and</code>, <code>-or</code>, or <code>-not</code> are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.</p> </li> <li> <p>User-defined functions named <code>EXPRESSION</code>, <code>URL</code>, and <code>ELEMENT</code>, those that begin with <code>-</code> and end with <code>-ELEMENT</code>, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>In a future release, calls to functions whose names begin with <code>-</code> and end with <code>-expression</code> and <code>-url</code> will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> <li> <p>Calls to functions whose names begin with <code>-</code> and end with <code>-progid:...</code> are deprecated.</p> <p>See <a href="https://sass-lang.com/d/function-name">the Sass website</a> for details.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/embedded-host-node/commit/e2cfd3eef19c7865ad700c877b7aafd9fc15e7e4"><code>e2cfd3e</code></a> Update Dart Sass version and release</li> <li>See full diff in <a href="https://github.com/sass/embedded-host-node/compare/1.98.0...1.99.0">compare view</a></li> </ul> </details> <br />
2 parents 3afa11b + 5ee3ab4 commit ba7fe01

2 files changed

Lines changed: 162 additions & 162 deletions

File tree

0 commit comments

Comments
 (0)