From 740f43e2bac7b1eee919351694905fecf9291943 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 21 Aug 2022 16:56:11 +0200 Subject: feat: Before tailwind --- apps/web-shared/src/styles/custom-style/_util.scss | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/web-shared/src/styles/custom-style/_util.scss') diff --git a/apps/web-shared/src/styles/custom-style/_util.scss b/apps/web-shared/src/styles/custom-style/_util.scss index 5d976a4..4b86e73 100644 --- a/apps/web-shared/src/styles/custom-style/_util.scss +++ b/apps/web-shared/src/styles/custom-style/_util.scss @@ -1,15 +1,8 @@ @use '../base' as *; -// -------------------------------- - -// How to create custom utility classes 👇 - -// -------------------------------- - .border-none { border: none !important; } -// } // 👇 (optional) create responsive variations - edit only [my-util-class, property, value] // @each $breakpoint, $value in $breakpoints { -- cgit v1.3