Skip to content

Commit

Permalink
Update specs for media query deprecation warnings (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak committed Sep 7, 2022
1 parent 41a86ed commit 8c68570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/css/media/logic/nested.hrx
Expand Up @@ -18,7 +18,7 @@ To migrate to new behavior: #{"not (a)"}
For details, see https://sass-lang.com/d/media-logic
,
1 | @media (not (a)) {x {y: z}}
| ^^^
| ^^^^^^^
'

<===>
Expand Down
2 changes: 1 addition & 1 deletion spec/libsass-closed-issues/issue_485.hrx
Expand Up @@ -34,5 +34,5 @@ To migrate to new behavior: #{"not (screen and (color))"}
For details, see https://sass-lang.com/d/media-logic
,
3 | @media (not (screen and (color))), print and (color) { a {foo: bar} }
| ^^^
| ^^^^^^^^^^^^^^^^^^^^^^^^
'

0 comments on commit 8c68570

Please sign in to comment.