diff --git a/.postcssrc.yml b/.postcssrc.yml deleted file mode 100644 index d3aeff0..0000000 --- a/.postcssrc.yml +++ /dev/null @@ -1,4 +0,0 @@ -plugins: - tailwindcss/nesting: "postcss-nesting" - tailwindcss: {} - autoprefixer: {} diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..b7d9728 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,7 @@ +export default { + plugins: { + "tailwindcss/nesting": "postcss-nesting", + tailwindcss: {}, + autoprefixer: {}, + }, +};