Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/* eslint-disable no-undef, @typescript-eslint/no-require-imports */
module.exports = {
plugins: [require("tailwindcss"), require("autoprefixer"), require("postcss-nested")],
};