Skip to content

Commit

Permalink
Update specs for an emergency workaround for sass/dart-sass#2390 (#2030)
Browse files Browse the repository at this point in the history
These are not intended to reflect the correct behavior, but rather the
fact that we need to limit the amount of repetition univerally until
we have time to find a proper solution to the underlying bug.
  • Loading branch information
nex3 authored Oct 17, 2024
1 parent d26f4ad commit 5a21617
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,224 deletions.
50 changes: 0 additions & 50 deletions spec/css/moz_document/functions/interpolated.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -135,53 +135,3 @@ For details, see https://sass-lang.com/d/moz-document.
15 | | a {type: unquoted partial url-prefix}
16 | \ }
'

DEPRECATION WARNING on line 17, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
17 | / @-moz-document url-prefix("#{ht + tps}://sass-lang.com/docs") {
18 | | a {type: quoted partial url-prefix}
19 | \ }
'

DEPRECATION WARNING on line 21, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
21 | / @-moz-document domain(#{"sass-lang.com"}) {
22 | | a {type: unquoted full domain}
23 | \ }
'

DEPRECATION WARNING on line 24, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
24 | / @-moz-document domain(#{sa + ss}-lang.com) {
25 | | a {type: unquoted partial domain}
26 | \ }
'

DEPRECATION WARNING on line 27, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
27 | / @-moz-document domain("#{sa + ss}-lang.com") {
28 | | a {type: quoted partial domain}
29 | \ }
'

DEPRECATION WARNING on line 31, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
31 | / @-moz-document regexp("#{ht + tp}s:.*") {
32 | | a {type: regexp}
33 | \ }
'
20 changes: 0 additions & 20 deletions spec/css/moz_document/functions/static.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -111,23 +111,3 @@ For details, see https://sass-lang.com/d/moz-document.
16 | | a {type: unquoted domain}
17 | \ }
'

DEPRECATION WARNING on line 18, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
18 | / @-moz-document domain("sass-lang.com") {
19 | | a {type: quoted domain}
20 | \ }
'

DEPRECATION WARNING on line 22, column 1 of input.scss:
@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.

For details, see https://sass-lang.com/d/moz-document.
,
22 | / @-moz-document regexp("https:.*") {
23 | | a {type: regexp}
24 | \ }
'
56 changes: 0 additions & 56 deletions spec/libsass-closed-issues/issue_759.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -63,62 +63,6 @@ This will be an error in Dart Sass 2.0.0.
| ^^^^^^^
'

DEPRECATION WARNING on line 4, column 26 of input.scss:
!global should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
4 | $d: 40px !global !global !global !default !default !default;
| ^^^^^^^
'

DEPRECATION WARNING on line 4, column 43 of input.scss:
!default should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
4 | $d: 40px !global !global !global !default !default !default;
| ^^^^^^^^
'

DEPRECATION WARNING on line 4, column 52 of input.scss:
!default should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
4 | $d: 40px !global !global !global !default !default !default;
| ^^^^^^^^
'

DEPRECATION WARNING on line 5, column 27 of input.scss:
!global should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
5 | $e: 50px !global !default !global !default !global !default;
| ^^^^^^^
'

DEPRECATION WARNING on line 5, column 35 of input.scss:
!default should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
5 | $e: 50px !global !default !global !default !global !default;
| ^^^^^^^^
'

DEPRECATION WARNING on line 5, column 44 of input.scss:
!global should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
5 | $e: 50px !global !default !global !default !global !default;
| ^^^^^^^
'

DEPRECATION WARNING on line 5, column 52 of input.scss:
!default should only be written once for each variable.
This will be an error in Dart Sass 2.0.0.
,
5 | $e: 50px !global !default !global !default !global !default;
| ^^^^^^^^
'

DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.

Since this assignment is at the root of the stylesheet, the !global flag is
Expand Down
Loading

0 comments on commit 5a21617

Please sign in to comment.