Skip to content

Commit

Permalink
fix: postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterIceZ committed Apr 4, 2023
1 parent 7ee1317 commit cf1732e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
const tailwindcss = require("tailwindcss");
const autoprefixer = require("autoprefixer");

module.exports = {
plugins: [tailwindcss(), autoprefixer]
};

0 comments on commit cf1732e

Please sign in to comment.