mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01: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,
|
|
],
|
|
};
|