mapchecking/postcss.config.js

6 wiersze
105 B
JavaScript

module.exports = {
plugins: [
require("tailwindcss"),
require("autoprefixer")
]
}