mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-04-20 19:46:32 -04:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
const config = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
},
|
|
};
|
|
|
|
export default config;
|