From a84cb76da742c0928a3c72b8ff967b8313f0d269 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 5 Aug 2022 00:30:33 +0200 Subject: refactor: Update shared base styles --- apps/web-shared/src/styles/custom-style/_util.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 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 5677630..5d976a4 100644 --- a/apps/web-shared/src/styles/custom-style/_util.scss +++ b/apps/web-shared/src/styles/custom-style/_util.scss @@ -9,15 +9,15 @@ .border-none { border: none !important; } - -@each $breakpoint, $value in $breakpoints { - @include breakpoint(#{$breakpoint}) { - .border-none\@#{$breakpoint} { - border: none !important; - } - } -} - +// } + +// 👇 (optional) create responsive variations - edit only [my-util-class, property, value] +// @each $breakpoint, $value in $breakpoints { +// @include breakpoint(#{$breakpoint}) { +// .my-util-class\@#{$breakpoint} { +// property: value; +// } +// } .left-unset { left: unset !important; } @@ -38,4 +38,4 @@ &:active { color: var(--color-white) !important; } -} +} \ No newline at end of file -- cgit v1.3