@pandacss/preset-panda
Advanced tools
Changelog
[0.3.2] - 2023-06-16
Add support for config path in cli commands via the --config
or -c
flag.
panda init --config ./pandacss.config.js
Add support for setting config path in postcss
module.exports = {
plugins: [
require('@pandacss/postcss')({
configPath: './path/to/panda.config.js',
}),
],
}
bundledDependencies
from package.json
to fix NPM resolution