Spaces:
Running
Running
File size: 137 Bytes
21d7fc3 |
1 2 3 4 5 6 7 8 |
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'tailwindcss': {},
'autoprefixer': {},
},
};
|