hugo/parser/metadecoders
Bjørn Erik Pedersen 4b189d8fd9 postcss: Fix import error handling
Note that we will now fail if `inlineImports` is enabled and we cannot resolve an import.

You can work around this by either:

* Use url imports or imports with media queries.
* Set `skipInlineImportsNotFound=true` in the options

Also get the argument order in the different NewFileError* funcs in line.

Fixes #9895
2022-05-15 20:25:25 +02:00
..
decoder.go postcss: Fix import error handling 2022-05-15 20:25:25 +02:00
decoder_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00
format.go Implement XML data support 2021-12-02 17:30:36 +01:00
format_test.go all: gofmt -w -r 'interface{} -> any' . 2022-03-17 22:03:27 +01:00