Skip to content

Commit

Permalink
added user authentication component
Browse files Browse the repository at this point in the history
  • Loading branch information
NancyAanchal committed Jul 5, 2024
2 parents 99fcdaa + e5199f6 commit 599b845
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nepalingo-web/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<<<<<<< HEAD
<<<<<<< HEAD
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
=======
=======

>>>>>>> e5199f6b80088fe392b668a0b00cc22b14bc5ba9
// Using cjs instead of this file because vite is still using postcss-load-config v4 which
// does not support esm with typescript
// https://github.com/postcss/postcss-load-config/issues/239 (fix added in v4)
Expand All @@ -14,5 +18,8 @@ export default {
export const plugins = {
tailwindcss: {},
autoprefixer: {},
<<<<<<< HEAD
>>>>>>> c6c93b34a5f2dd40d68e9b26d39868ae1c41f0cb
=======
>>>>>>> e5199f6b80088fe392b668a0b00cc22b14bc5ba9
};

0 comments on commit 599b845

Please sign in to comment.