mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-17 17:14:26 -06:00
9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {}
|
|
}
|
|
};
|
|
|
|
export default config;
|