hypermedia blog

static site generator

hypermedia blog

postcss.config.js


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

Download

raw zip tar