Skip to content

Commit 4e5caef

Browse files
committed
Add some missing deprecation warnings
They weren't re-generated by ruby sass nuke!
1 parent 84eca55 commit 4e5caef

File tree

8 files changed

+41
-0
lines changed
  • spec
    • libsass-todo-issues/issue_1096
    • libsass-todo-tests
      • extend-tests
        • 200_test_extend_with_subject_transfers_subject_to_extender
        • 201_test_extend_with_subject_transfers_subject_to_extender
        • 202_test_extend_with_subject_retains_subject_on_target
        • 203_test_extend_with_subject_transfers_subject_to_target
        • 204_test_extend_with_subject_retains_subject_on_extender
        • 205_test_extend_with_subject_fails_with_conflicting_subject
      • scss-tests/046_test_parent_selector_with_subject

8 files changed

+41
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DEPRECATION WARNING on line 4, column 13 of /sass/spec/libsass-issues/issue_1096/input.scss:
2+
Unescaped multiline strings are deprecated and will be removed in a future version of Sass.
3+
To include a newline in a string, use "\a" or "\a " as in CSS.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: foo bar:has(baz)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: foo.x bar.y:has(baz.z)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: .foo:has(.bar)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: .bip .bap
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: .bip:has(.bap)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: x:has(.bar)
5+
6+
DEPRECATION WARNING on line 1, column 1:
7+
The subject selector operator "!" is deprecated and will be removed in a future release.
8+
This operator has been replaced by ":has()" in the CSS spec.
9+
For example: y:has(.bap)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DEPRECATION WARNING on line 1, column 1:
2+
The subject selector operator "!" is deprecated and will be removed in a future release.
3+
This operator has been replaced by ":has()" in the CSS spec.
4+
For example: bar &.baz:has(.bip)
5+
6+
DEPRECATION WARNING on line 1, column 1:
7+
The subject selector operator "!" is deprecated and will be removed in a future release.
8+
This operator has been replaced by ":has()" in the CSS spec.
9+
For example: bar &.baz:has(.bip)

0 commit comments

Comments
 (0)