mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 01:34:41 -04:00
Update postcss.md
This commit is contained in:
parent
924fa76b6a
commit
348c4e2377
@ -45,8 +45,7 @@ Note that this import routine does not care about the CSS spec, so you can have
|
||||
Hugo will look for imports relative to the module mount and will respect theme overrides.
|
||||
|
||||
skipInlineImportsNotFound [bool] {{< new-in "0.99.0" >}}
|
||||
|
||||
Before Hugo 0.99.0 when `inlineImports` was enabled and we failed to resolve an import, we logged it as a warning. We now fail the build. If you have regular CSS imports in your CSS that you want to preserve, you can either use imports with URL or media queries (Hugo does not try to resolve those) or set `skipInlineImportsNotFound` to true.
|
||||
:Before Hugo 0.99.0 when `inlineImports` was enabled and we failed to resolve an import, we logged it as a warning. We now fail the build. If you have regular CSS imports in your CSS that you want to preserve, you can either use imports with URL or media queries (Hugo does not try to resolve those) or set `skipInlineImportsNotFound` to true.
|
||||
|
||||
_If no configuration file is used:_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user