mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('@tailwindcss/postcss'),
|
|
require('autoprefixer'),
|
|
],
|
|
};
|