mapchecking/postcss.config.js

6 wiersze
105 B
JavaScript

2020-10-07 21:56:58 +00:00
module.exports = {
plugins: [
require("tailwindcss"),
require("autoprefixer")
]
}