Skip to content

Commit 5a618b9

Browse files
benchifyjuancastano
authored andcommitted
adding tailwind + postcss config
1 parent 1b5c215 commit 5a618b9

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)