Skip to content

Commit b5f5498

Browse files
committed
Update specs for breaking changes and other deltas in 4.0
1 parent f3bce7d commit b5f5498

File tree

1,093 files changed

+15233
-0
lines changed

Some content is hidden

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

1,093 files changed

+15233
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
div {
2+
a: helloworld;
3+
a: hello world;
4+
b: 12 3;
5+
b: list;
6+
b: 123;
7+
b: string; }
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
div {
2+
a: hello#{world};
3+
a: hello #{world};
4+
b: 12#{3};
5+
b: type-of(12#{3});
6+
b: #{12 + 111};
7+
b: type-of(#{12 + 111});
8+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
:start_version: '4.0'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
:end_version: '3.5'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Error: Invalid CSS after "...ion foo($bar:#{": expected expression (e.g. 1px, bold), was "}) {"

spec/libsass-closed-issues/issue_1093/argument/function-4.0/expected_output.css

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@function foo($bar:#{}) {
2+
@return $bar;
3+
}
4+
5+
$foo: foo();
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
:start_version: '4.0'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
65
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
:end_version: '3.5'

0 commit comments

Comments
 (0)