url-shortener/postcss.config.js
2022-02-23 12:29:46 +01:00

6 lines
No EOL
90 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}