mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-05 10:17:20 +00:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
import nesting from "postcss-nesting";
|
|
|
|
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: [nesting]
|
|
}
|
|
|
|
export default config;
|