From d2c4023832e26d3fe3f77c9fa8581588ea812cc2 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Jun 2024 18:15:22 +0200 Subject: fix: Add support lightweight tags For now all tags are read as reference. That cause tags to not carry its message body by default but it will be added in the future. For now simple tags will do. --- scss/main.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'scss/main.scss') diff --git a/scss/main.scss b/scss/main.scss index 5500a38..af8a002 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -58,8 +58,14 @@ $utilities: ( start: left, end: right, center: center, - ) -), + ) + ), + "margin-end": ( + responsive: true, + property: margin-right, + class: me, + values: map-merge($spacers, (auto: auto)) + ), ); @import "bootstrap/scss/utilities/_api.scss"; -- cgit v1.2.3