<===> options.yml
---
:todo:
- libsass
<===> input.scss
$foo: 10;
$bar: 10%;
foo {
a: #{10}% 100%;
a: #{10} % 100%;
a: #{10} %100%;
a: 10% 100%;
a: 10 % 100%;
a: 10 %100%;
a: $foo 100%;
a: $foo % 100%;
a: $foo %100%;
a: $bar 100%;
a: $bar % 100%;
a: $bar %100%;
}
<===> error
Error: Undefined operation: "10 mod 100%".
<===> error-dart-sass
Error: Undefined operation "10 % 100%".
,
5 | a: #{10}% 100%;
| ^^^^^^^^^^^
'
input.scss 5:6 root stylesheet