Skip to content

1.10.0

Compare
Choose a tag to compare
@stof stof released this 06 Jan 19:06
v1.10.0
9699a52

Fixed

  • Fix the generation of source maps without an input path (@stof)
  • Fix the handling of list separators in list functions (@stof)
  • Add explicit return types to avoid warnings from the Symfony DebugClassLoader (@shyim)

Changed

  • Use double quotes to render strings in the generated CSS by default, to match dart-sass (@stof)
  • Remove usage of dynamic properties to avoid deprecation warnings in PHP 8.2-dev (@stof)
  • Change the order of selectors in the output of selector-append to match dart-sass (@stof)
  • Mark AST-only types as internal in \ScssPhp\ScssPhp\Type (@stof)
  • Preserve the ! for preserved comments in the compressed output, to match dart-sass (@stof)