url-shortener/postcss.config.js

6 lines
90 B
JavaScript
Raw Permalink Normal View History

2022-02-23 11:29:46 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}