From dbdc1d03c6a0e3914dbbcea0ad2710f56baa86fd Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 28 Feb 2020 15:09:10 -0800 Subject: [PATCH] Add a missing warning to a LibSass spec This warning was added by sass/libsass#2913 --- spec/libsass-closed-issues/issue_2520.hrx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec/libsass-closed-issues/issue_2520.hrx b/spec/libsass-closed-issues/issue_2520.hrx index 1014ed0545..07dccfa0af 100644 --- a/spec/libsass-closed-issues/issue_2520.hrx +++ b/spec/libsass-closed-issues/issue_2520.hrx @@ -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.