mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
9 lines
204 B
JavaScript
9 lines
204 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: {},
|
||
|
},
|
||
|
};
|