Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2020-04-06 21:13:35 +0300
committerGitHub <noreply@github.com>2020-04-06 21:13:35 +0300
commit83b49aa688e30f0d2af22110b94c7d8b3deffcf0 (patch)
tree3051e596964b816bd0664a8bae3b5745120c7538 /scss/_alert.scss
parent98ba40dc06a1fe93af299034432db352e75e9f64 (diff)
Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index 45d6218065..19157b2981 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -40,8 +40,7 @@
}
-// Alternate styles
-//
+// scss-docs-start alert-modifiers
// Generate contextual modifier classes for colorizing the alert.
@each $color, $value in $theme-colors {
@@ -49,3 +48,4 @@
@include alert-variant(color-level($value, $alert-bg-level), color-level($value, $alert-border-level), color-level($value, $alert-color-level));
}
}
+// scss-docs-end alert-modifiers