From d38dc6fecafe83a84862151712f71ff278cf3de4 Mon Sep 17 00:00:00 2001 From: Jamie Henson Date: Thu, 25 Apr 2024 14:56:23 +0100 Subject: [PATCH] chore: remove additional tailwind triggers --- src/core/utils/syntax-highlighter.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/utils/syntax-highlighter.css b/src/core/utils/syntax-highlighter.css index a749c020..238649a5 100644 --- a/src/core/utils/syntax-highlighter.css +++ b/src/core/utils/syntax-highlighter.css @@ -1,6 +1,3 @@ -@tailwind base; -@tailwind components; - @layer base { @import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,600;0,700;1,600;1,700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap");