Skip to content

Commit ebc2bd6

Browse files
committed
Update Dart Sass version and release
1 parent 2597c1d commit ebc2bd6

File tree

20 files changed

+51
-40
lines changed

20 files changed

+51
-40
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.94.0
2+
3+
* **Potentially breaking compatibility fix:** `@function` rules whose names
4+
begin with `--` are now parsed as unknown at-rules to support the plain CSS
5+
`@function` rule. Within this rule, the `result` property is parsed as raw
6+
CSS just like custom properties.
7+
8+
* **Potentially breaking compatibility fix:** `@mixin` rules whose names begin
9+
with `--` are now errors. These are not yet parsed as unknown at-rules because
10+
no browser currently supports CSS mixins.
11+
112
## 1.93.3
213

314
* Fix a performance regression that was introduced in 1.92.0.

npm/all-unknown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-all-unknown",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The pure js optional dependency for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",
@@ -12,6 +12,6 @@
1212
"!x64"
1313
],
1414
"dependencies": {
15-
"sass": "1.93.3"
15+
"sass": "1.94.0"
1616
}
1717
}

npm/android-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The android-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-arm64",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The android-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-riscv64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-riscv64",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The android-riscv64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/android-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-android-x64",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The android-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-arm64",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The darwin-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-x64",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The darwin-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The linux-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm64",
3-
"version": "1.93.3",
3+
"version": "1.94.0",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

0 commit comments

Comments
 (0)