From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../static/lib/bootstrap/scss/mixins/_reset-text.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 addons/web/static/lib/bootstrap/scss/mixins/_reset-text.scss (limited to 'addons/web/static/lib/bootstrap/scss/mixins/_reset-text.scss') diff --git a/addons/web/static/lib/bootstrap/scss/mixins/_reset-text.scss b/addons/web/static/lib/bootstrap/scss/mixins/_reset-text.scss new file mode 100644 index 00000000..bfa9f6e9 --- /dev/null +++ b/addons/web/static/lib/bootstrap/scss/mixins/_reset-text.scss @@ -0,0 +1,17 @@ +@mixin reset-text { + font-family: $font-family-base; + // We deliberately do NOT reset font-size or word-wrap. + font-style: normal; + font-weight: $font-weight-normal; + line-height: $line-height-base; + text-align: left; // Fallback for where `start` is not supported + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; +} -- cgit v1.2.3