test that scss placeholder classes don't error.

This commit is contained in:
Mario Carbajal 2024-01-24 19:39:17 -03:00
parent 7bd089c710
commit 3b6e086b37
1 changed files with 5 additions and 0 deletions

View File

@ -63,3 +63,8 @@ $some-scss-variable: 10px; // Scss variable declarations in top scope.
// Repeated style
color: blue;
}
// scss placeholder class should parse
%scss-class {
color: red;
}