Traumflug
Traumflug
This still happens in 0.74.3.
Dropping PostCSS for development isn't really an option in our setup, because one of the PostCSS modules copies required fonts from the NPM repository into place. No PostCSS means no...
Regarding a solution: enabling inline source maps when running _libsass_ shouldn't be too hard to implement. This would also better match the meaning of "Pipes", IMHO.
Actually, a change as simple as this (and rebuilding Hugo) got inline source maps working: ```diff diff --git a/resources/resource_transformers/tocss/scss/tocss.go b/resources/resource_transformers/tocss/scss/tocss.go index ad581d68..ba21a3f1 100644 --- a/resources/resource_transformers/tocss/scss/tocss.go +++ b/resources/resource_transformers/tocss/scss/tocss.go @@ -132,7 +132,7...