Skip to content

Commit

Permalink
fix: prettier tailwind.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Oct 10, 2023
1 parent 9b5c26c commit 54a09bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ module.exports = {
"--tooltip-tail": "6px",
},
".link": {
"textUnderlineOffset": "2px"
textUnderlineOffset: "2px",
},
".link:hover": {
"opacity": "80%",
opacity: "80%",
},
},
},
Expand Down Expand Up @@ -64,10 +64,10 @@ module.exports = {
"--tooltip-color": "hsl(var(--p))",
},
".link": {
"textUnderlineOffset": "2px"
textUnderlineOffset: "2px",
},
".link:hover": {
"opacity": "80%",
opacity: "80%",
},
},
},
Expand Down

0 comments on commit 54a09bd

Please sign in to comment.