diff --git a/stylance/tests/style.module.scss b/stylance/tests/style.module.scss index ebe637d..e005048 100644 --- a/stylance/tests/style.module.scss +++ b/stylance/tests/style.module.scss @@ -62,4 +62,9 @@ $some-scss-variable: 10px; // Scss variable declarations in top scope. .style1 { // Repeated style color: blue; +} + +// scss placeholder class should parse +%scss-class { + color: red; } \ No newline at end of file