From fd1709fef4a50c5c09196e6115d0b61829dabe78 Mon Sep 17 00:00:00 2001 From: Howard Li Date: Fri, 20 Mar 2020 22:17:33 -0700 Subject: [PATCH] Update test fixtures Update a test fixture due to changes in the quote function no longer accepting non-string input. --- test/fixtures/depth-first/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/depth-first/_common.scss b/test/fixtures/depth-first/_common.scss index 7b30f5e2b..e13d024d0 100644 --- a/test/fixtures/depth-first/_common.scss +++ b/test/fixtures/depth-first/_common.scss @@ -2,5 +2,5 @@ @import "struct"; .myvars { - content: quote($import_counter); + content: quote(#{$import_counter}); }