mirror of
https://github.com/KotatsuApp/website.git
synced 2026-08-19 20:40:48 -07:00
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
export default {
|
|
plugins: { "postcss-nesting": {} },
|
|
};
|