Is your feature request related to a problem?
Change sass compiler outputStyle from "compact" to "compressed" to maximize performance and clean up gulpfile.js.
Describe the solution you'd like
Changing gulp-sass outputStyle from "compact" to "compressed" in gulpfile.js tasks will reduce the output file sizes for CSS, thus resulting in better performance for the theme.
Describe alternatives you've considered
n/a
Additional context
n/a
Is your feature request related to a problem?
Change sass compiler outputStyle from "compact" to "compressed" to maximize performance and clean up gulpfile.js.
Describe the solution you'd like
Changing gulp-sass outputStyle from "compact" to "compressed" in gulpfile.js tasks will reduce the output file sizes for CSS, thus resulting in better performance for the theme.
Describe alternatives you've considered
n/a
Additional context
n/a