Possible output styles for the compiled CSS:
"expanded" (the default for Dart Sass) writes each selector and declaration on its own line.
"expanded"
"compressed" removes as many extra characters as possible, and writes the entire stylesheet on a single line.
"compressed"
© 2006–2025 the Sass team, and numerous contributorsLicensed under the MIT License. https://sass-lang.com/documentation/js-api/types/OutputStyle
Possible output styles for the compiled CSS:
"expanded"(the default for Dart Sass) writes each selector and declaration on its own line."compressed"removes as many extra characters as possible, and writes the entire stylesheet on a single line.