hypermedia blog
static site generator

module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
"tailwindcss": {},
"autoprefixer": {},
"cssnano": {
preset: ["default", { discardComments: true }],
},
},
};