3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-05 18:27:18 +00:00
zeppelin/dashboard/postcss.config.js
2025-06-01 14:43:40 +00:00

8 lines
156 B
JavaScript

import nesting from "postcss-nesting";
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: [nesting]
}
export default config;