Skip to content

Commit

Permalink
Add a missing warning to a LibSass spec (#1519)
Browse files Browse the repository at this point in the history
This warning was added by sass/libsass#2913
  • Loading branch information
nex3 authored Feb 28, 2020
1 parent 87e9b70 commit 78bd962
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 78bd962

Please sign in to comment.