How can I extend postcss config from a common file? #1887
ronny-lark
started this conversation in
General
Replies: 1 comment 1 reply
-
You do not need special feature for that. JS configs support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine I have a monorepo with multiple frontend apps using postcss.
Say they all use similar or the same plugins.
Is there a way to define an object in some common place in the repo and have all the apps'
postcss.config.js
extend it?Beta Was this translation helpful? Give feedback.
All reactions