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