mocksaml/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

2022-01-13 17:07:44 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2024-02-04 15:38:33 +00:00
};