@sundaeswap/postcss-config
v2.0.14
Published
basic postcss config options for SundaeSwap projects.
Downloads
93
Readme
postcss-config
These are base shared postcss.config.js configs to use in your downstream project.
Installation
To install, run the following in your project root:
bun run add tailwindcss @sundaeswap/postcss-config -DWithin your postcss.config.js file, extend this config via:
const { getConfig } = require("@sundaeswap/postcss-config");
module.exports = {
...getConfig()
};