-
Yassine Doghri authored
add prettier and commitlint
Yassine Doghri authoredadd prettier and commitlint
postcss.config.js 177 B
const path = require("path");
module.exports = {
plugins: {
tailwindcss: {
config: path.join(__dirname, "tailwind.config.js"),
},
autoprefixer: {},
},
};