Skip to content

Commit

Permalink
feat: added tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Dec 11, 2024
1 parent ce726ed commit 62b0ef6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
9 changes: 9 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}

0 comments on commit 62b0ef6

Please sign in to comment.