Skip to content

Commit

Permalink
🔧 Fix the PostCSS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Sep 24, 2024
1 parent 5a76343 commit 1b5e5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/postcss.config.cts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
Expand Down
2 changes: 1 addition & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"incremental": true,
"resolveJsonModule": true,
"allowArbitraryExtensions": true,
"verbatimModuleSyntax": false,
"verbatimModuleSyntax": true,
"assumeChangesOnlyAffectDirectDependencies": true,
"esModuleInterop": true,
"sourceRoot": ".",
Expand Down

0 comments on commit 1b5e5ed

Please sign in to comment.