mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
|
// If you want to use other PostCSS plugins, see the following:
|
||
|
// https://tailwindcss.com/docs/using-with-preprocessors
|
||
|
|
||
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|