Skip to content

Commit 76b0790

Browse files
author
benchify
committed
adding tailwind + postcss config
1 parent 5dfa6e8 commit 76b0790

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
plugins: {
3+
tailwindcss: {},
4+
autoprefixer: {},
5+
},
6+
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default {
2+
content: [
3+
'./index.html',
4+
'./src/**/*.{js,ts,jsx,tsx}'
5+
],
6+
darkMode: "selector"
7+
};

0 commit comments

Comments
 (0)