Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update test fixtures
Browse files Browse the repository at this point in the history
Update a test fixture due to changes in the quote function no longer
accepting non-string input.
  • Loading branch information
PolyPik committed Mar 21, 2020
1 parent 742513d commit d2653b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/depth-first/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
@import "struct";

.myvars {
content: quote($import_counter);
content: quote(#{$import_counter});
}

0 comments on commit d2653b0

Please sign in to comment.