This repository has been archived on 2025-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
Files
old.martials.no/postcss.config.js

8 lines
154 B
JavaScript
Raw Normal View History

2022-12-04 17:51:05 +01:00
module.exports = {
2022-12-23 14:57:53 +01:00
purge: ['./*.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
2022-12-04 17:51:05 +01:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};