egoist / egoist/codepan

Example of adding PostCSS plugins?

Open
#65 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.2k
Forks
181
PR merge metrics
No merged PRs in 30d

Description

Hello. I've tried to get codepan working with PostCSS plugins but I'm not sure how to configure it.

I tried adding a `postcss.config.js` file:

```js
module.exports = {
plugins: {
'autoprefixer': {},
}
}
```
but nothing happens so I think maybe I'm not configuring it correctly?

Do you have an example of adding a plugin?

Many thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.