mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 16:40:07 +03:00
17 lines
435 B
Markdown
17 lines
435 B
Markdown
---
|
|
title: resources.PostCSS
|
|
description: Processes the given resource with PostCSS using any PostCSS plugin.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
related: []
|
|
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 %}}
|