diff options
Diffstat (limited to 'apps/web-shared/src/styles/custom-style/_util.scss')
| -rw-r--r-- | apps/web-shared/src/styles/custom-style/_util.scss | 18 |
1 files changed, 9 insertions, 9 deletions
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 |
