Skip to content

Commit

Permalink
Add a missing warning to a LibSass spec
Browse files Browse the repository at this point in the history
This warning was added by sass/libsass#2913
  • Loading branch information
nex3 committed Feb 28, 2020
1 parent e3f46ba commit dbdc1d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/libsass-closed-issues/issue_2520.hrx
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,12 @@
[class*="modal--"][class*="--animate"][class*="--zoom"] {
content: "fizzbuzz";
}

<===> warning-libsass
DEPRECATION WARNING on line 120 of /sass/spec/libsass-issues/issue_2520/input.scss:
!global assignments won't be able to declare new variables in future versions.
Consider adding `$config: null` at the top level.

DEPRECATION WARNING on line 130 of /sass/spec/libsass-issues/issue_2520/input.scss:
!global assignments won't be able to declare new variables in future versions.
Consider adding `$module: null` at the top level.

0 comments on commit dbdc1d0

Please sign in to comment.