mirror of https://github.com/gohugoio/hugo
19 lines
466 B
Markdown
19 lines
466 B
Markdown
---
|
|
title: resources.PostCSS
|
|
description: Processes the given resource with PostCSS using any PostCSS plugin.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: resource.Resource
|
|
signatures: ['resources.PostCSS [OPTIONS] RESOURCE']
|
|
expiryDate: 2026-06-24 # deprecated 2024-06-24 in v0.128.0
|
|
---
|
|
|
|
{{< deprecated-in 0.128.0 >}}
|
|
Use [`css.PostCSS`] instead.
|
|
|
|
[`css.PostCSS`]: /functions/css/postcss/
|
|
{{< /deprecated-in >}}
|