Skip to content

Commit 93808ab

Browse files
authored
Use double-quotes instead template literals (#4286)
Just for consistency 🙏
1 parent 58637a3 commit 93808ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tailwind.config.cjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ module.exports = {
4949
},
5050
},
5151
borderRadius: {
52-
xl: `calc(var(--radius) + 4px)`,
53-
lg: `var(--radius)`,
54-
md: `calc(var(--radius) - 2px)`,
52+
xl: "calc(var(--radius) + 4px)",
53+
lg: "var(--radius)",
54+
md: "calc(var(--radius) - 2px)",
5555
sm: "calc(var(--radius) - 4px)",
5656
},
5757
fontFamily: {

0 commit comments

Comments
 (0)