From 315fae5b698baf6358dd43278216f65e30ac88b5 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 7 Apr 2021 18:20:02 -0400 Subject: [PATCH] use proper js css --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index d42c688..9eaf4de 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -55,7 +55,7 @@ module.exports = { color: theme("colors.gray.500"), }, "::selection": { - background-color: "white", + backgroundColor: "white", }, }, }