From 66a827dca253cf85dbf29404d276308492ebc6fd Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 12:14:18 +0630 Subject: [PATCH] Remove usused btn-blue and h-row class styles --- src/styles/base.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/styles/base.css b/src/styles/base.css index 78b3731..d039818 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -45,12 +45,6 @@ } @layer components { - .btn-blue { - @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded; - } - .h-row { - @apply border-skin-line max-w-3xl mx-4; - } .display-none { @apply hidden; }