Breaking: #1 - SCSS Parser Update 

Description 

The built-in SCSS parser has been updated from version 1.x to 2.x to ensure compatibility with PHP 8.4. This update brings some changes that need to be taken into account:

  • SCSS parser settings and variables are now configured in a site set provided by the Higher Education Package. You must include this yourself into your project.
  • The autoprefixer feature has been removed.
  • The px to rem feature has been removed.
  • The style guide is no longer available as a module in the backend.
  • No overridden SCSS variables in backend RTE available. (The department kickstarter does not support site sets yet.)
  • SCSS Feature Toggles are not possible anymore. @import statements within @if conditions in frontend SCSS files (i.e. import.scss) throws an exception. The includes of modules must be modified manually according to the features used.