mirror of
https://gitlab.com/foxixus/neomovies.git
synced 2025-10-28 01:48:50 +05:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
|
/** @type {import('postcss-load-config').Config} */
|
||
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
tailwindcss: {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|