mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +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,
|
|
],
|
|
};
|