UKHomeOfficeForms / hof

Bootstrap a HOF project
MIT License
15 stars 17 forks source link

Extend SASS config options in hof-build #376

Closed johndallen closed 1 year ago

johndallen commented 1 year ago

The current implementation of hof-build doesn't allow for CSS output to be compressed or warnings to be suppressed (they cause a lot of noise in the console output). This PR adds optional configuration to apply these 2 options via hof.settings, anyone not choosing to configure either of them will see the default behaviour ie. not compressed CSS output and deprecation warnings showing in the console output when compiling SASS.

sulthan-ahmed commented 1 year ago

Thanks for the PR, we just need to test it on and off and on multiple services

sulthan-ahmed commented 1 year ago

Also, can you add an explanation of how to use this feature in the README