Skip to content

Commit

Permalink
docs: vue-plugin, specify where is the PurgeCSS configuration #797
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Mar 27, 2023
1 parent 24ac010 commit eef7a92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/vue.md
Expand Up @@ -7,7 +7,7 @@ meta:
- itemprop: description
content: PurgeCSS can be used with Vue with the webpack plugin.
- property: og:url
content: https://purgecss.com/guides/vue
content: https://purgecss.com/guides/vue
- property: og:site_name
content: purgecss.com
- property: og:type
Expand Down Expand Up @@ -48,6 +48,8 @@ cd my-app
vue add @fullhuman/purgecss
```

The PurgeCSS plugin will generate a `postcss.config.js` file with PurgeCSS configured in it. You can then modify the PurgeCSS options.

### Usage

Below are the PurgeCSS options set by this plugin:
Expand Down

0 comments on commit eef7a92

Please sign in to comment.