mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
import postcss from '@tailwindcss/postcss';
|
|
import autoprefixer from 'autoprefixer';
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
postcss,
|
|
autoprefixer,
|
|
],
|
|
};
|