mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00: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,
|
|
],
|
|
};
|