<===> options.yml
---
:todo:
- libsass

<===> input.scss
test {
  err: 2px + red;
}
<===> error
Error: Undefined operation: "2px plus red".
        on line 2 of input.scss
  Use --trace for backtrace.

<===> error-dart-sass
Error: Undefined operation "2px + red".
  ,
2 |   err: 2px + red;
  |        ^^^^^^^^^
  '
  input.scss 2:8  root stylesheet