chore: remove bulma spacing utiltities

This commit is contained in:
kolaente 2025-08-03 14:56:01 +02:00
parent 5a8934ebd3
commit 9e1ae2ce9c
3 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<div class="comments">
<span
v-if="taskCommentService.loading && saving === null && !creating"
class="is-flex is-align-items-center my-4 mis-2"
class="is-flex is-align-items-center mbs-4 mbe-4 mis-2"
>
<span class="loader is-inline-block mie-2" />
{{ $t('task.comment.loading') }}

View File

@ -72,7 +72,7 @@
// @import "bulma-css-variables/sass/helpers/other"; // not used
// @import "bulma-css-variables/sass/helpers/overflow";
// @import "bulma-css-variables/sass/helpers/position";
@import "bulma-css-variables/sass/helpers/spacing";
// @import "bulma-css-variables/sass/helpers/spacing"; // using logical units instead
@import "bulma-css-variables/sass/helpers/typography";
@import "bulma-css-variables/sass/helpers/visibility";

View File

@ -28,6 +28,9 @@ $types: (
.#{$type}be-#{$name} {
#{$property}-block-end: #{$val};
}
.#{$type}-#{$name} {
#{$property}: #{$val};
}
}
}