hypermedia blog

static site generator

hypermedia blog

postcss.config.js


module.exports = {
	plugins: {
		"tailwindcss/nesting": {},
		tailwindcss: {},
		autoprefixer: {},
		"postcss-csso": {
			restructure: true,
			forceMediaMerge: true,
			comments: false
		}
	}
};

Download

raw zip tar