<===> input.scss
#2 {
    color: red;
}

<===> error-dart-sass
Error: Expected identifier.
  ,
1 | #2{
  |  ^
  '
  input.scss 1:2  root stylesheet

<===> output.css
#2 {
  color: red;
}