matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

postcss.config.cjs (82B)


      1 module.exports = {
      2   plugins: {
      3     tailwindcss: {},
      4     autoprefixer: {},
      5   },
      6 }