Skip to content

Commit

Permalink
use commonjs for PostCSS config file because tailwind doesnt support …
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoikarashi committed Feb 15, 2024
1 parent 15708e9 commit 838bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js → postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import("prettier").Config} */
export default {
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
Expand Down

0 comments on commit 838bdf8

Please sign in to comment.