Skip to content

Commit 9eeaf95

Browse files
committed
Nuke with sass 3.4.16 via cli invoke
1 parent 54c38de commit 9eeaf95

File tree

176 files changed

+249
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+249
-285
lines changed

spec/colors/basic/error

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DEPRECATION WARNING: Passing red, a non-string value, to unquote()
22
will be an error in future versions of Sass.
3-
on line 8 of /sass/sass-spec/spec/colors/basic/input.scss
3+
on line 8 of /sass/spec/colors/basic/input.scss
44
DEPRECATION WARNING: Passing 0xf00, a non-string value, to unquote()
55
will be an error in future versions of Sass.
6-
on line 9 of /sass/sass-spec/spec/colors/basic/input.scss
6+
on line 9 of /sass/spec/colors/basic/input.scss
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Error: ".baz" failed to @extend "%foo".
22
The selector "%foo" was not found.
33
Use "@extend %foo !optional" if the extend should be able to fail.
4-
on line 2 of /sass/sass-spec/spec/errors/extend/placeholder/missing/input.scss
4+
on line 2 of /sass/spec/errors/extend/placeholder/missing/input.scss
55
Use --trace for backtrace.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Error: ".baz" failed to @extend ".foo".
22
The selector ".foo" was not found.
33
Use "@extend .foo !optional" if the extend should be able to fail.
4-
on line 2 of /sass/sass-spec/spec/errors/extend/selector/missing/input.scss
4+
on line 2 of /sass/spec/errors/extend/selector/missing/input.scss
55
Use --trace for backtrace.

spec/errors/fn-debug/property/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: Illegal nesting: Only properties may be nested beneath properties.
2-
on line 3 of /sass/sass-spec/spec/errors/fn-debug/property/input.scss
2+
on line 3 of /sass/spec/errors/fn-debug/property/input.scss
33
Use --trace for backtrace.

spec/errors/fn-debug/ruleset/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/sass/sass-spec/spec/errors/fn-debug/ruleset/input.scss:2 DEBUG: debug
1+
/sass/spec/errors/fn-debug/ruleset/input.scss:2 DEBUG: debug

spec/errors/fn-debug/simple/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/sass/sass-spec/spec/errors/fn-debug/simple/input.scss:1 DEBUG: debug
1+
/sass/spec/errors/fn-debug/simple/input.scss:1 DEBUG: debug

spec/errors/fn-error/property/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: Illegal nesting: Only properties may be nested beneath properties.
2-
on line 3 of /sass/sass-spec/spec/errors/fn-error/property/input.scss
2+
on line 3 of /sass/spec/errors/fn-error/property/input.scss
33
Use --trace for backtrace.

spec/errors/fn-error/ruleset/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: error
2-
on line 2 of /sass/sass-spec/spec/errors/fn-error/ruleset/input.scss
2+
on line 2 of /sass/spec/errors/fn-error/ruleset/input.scss
33
Use --trace for backtrace.

spec/errors/fn-error/simple/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: error
2-
on line 1 of /sass/sass-spec/spec/errors/fn-error/simple/input.scss
2+
on line 1 of /sass/spec/errors/fn-error/simple/input.scss
33
Use --trace for backtrace.

spec/errors/fn-warn/property/error

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Error: Illegal nesting: Only properties may be nested beneath properties.
2-
on line 3 of /sass/sass-spec/spec/errors/fn-warn/property/input.scss
2+
on line 3 of /sass/spec/errors/fn-warn/property/input.scss
33
Use --trace for backtrace.

0 commit comments

Comments
 (0)