sp-dev-fx-webparts/samples/react-birthdays-per-month/postcss.config.js

6 lines
81 B
JavaScript
Raw Normal View History

2022-11-05 07:29:52 -04:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}