Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
postcss.config.js 83 B
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};