diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-08-05 13:00:16 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-08-05 13:00:16 +0200 |
| commit | fae5653b9d6c6a318e49217eb4d565252013a904 (patch) | |
| tree | b7bc9c656e0b26fc6289a16a2357462c85e285e1 /apps/web-shared/src/styles/custom-style/_util.scss | |
| parent | 6187962d0aad866edc7cd4ef3f2b828fa84ce670 (diff) | |
| parent | 7f4545d78d4e49ff0dee79e71b71ad7d5d6bacdc (diff) | |
| download | greatoffice-fae5653b9d6c6a318e49217eb4d565252013a904.tar.xz greatoffice-fae5653b9d6c6a318e49217eb4d565252013a904.zip | |
Merge branch 'tailwind'
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 |
