summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/resources/PostCSS.md
blob: 3ec0b84cf556565ffc91609b557d36b4de42e94b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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 >}}