Skip to content

Commit 5802222

Browse files
Test upgrade - v1
1 parent 0edeb15 commit 5802222

File tree

3 files changed

+5
-1511
lines changed

3 files changed

+5
-1511
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ npm-debug.log*
2929
*.sw*
3030

3131
.talismanrc
32+
33+
src/styles/index.css

postcss.config.cjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
plugins: [
3-
require('@tailwindcss/postcss'), // Use the new package
4-
require('autoprefixer'),
5-
],
2+
plugins: {
3+
'@tailwindcss/postcss': {},
4+
},
65
}

0 commit comments

Comments
 (0)