msc-viewer

A possibly better way to display the Matrix Spec Changes
git clone git://archive.git.mtrnord.blog/MTRNord/msc-viewer.git
Log | Files | Refs | README | LICENSE

postcss.config.cjs (160B)


      1 module.exports = {
      2     plugins: {
      3         "postcss-import": {},
      4         "tailwindcss/nesting": {},
      5         tailwindcss: {},
      6         autoprefixer: {},
      7     },
      8 };