Skip to content

Commit 01da060

Browse files
authored
adding tailwind + postcss config (#10)
2 parents 1b5c215 + 5a618b9 commit 01da060

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)