@sundaeswap/postcss-config
v2.0.14
Published
basic postcss config options for SundaeSwap projects.
Downloads
56
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 -D
Within your postcss.config.js
file, extend this config via:
const { getConfig } = require("@sundaeswap/postcss-config");
module.exports = {
...getConfig()
};