hypermedia blog

static site generator

hypermedia blog

postcss.config.js


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

Download

raw zip tar