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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_banner.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_banner.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_banner.scss b/assets/stylesheets/bootstrap/mixins/_banner.scss
new file mode 100644
index 0000000..0f14bf1
--- /dev/null
+++ b/assets/stylesheets/bootstrap/mixins/_banner.scss
@@ -0,0 +1,9 @@
+@mixin bsBanner($file, $suffix:"") {
+ /*!
+ * Bootstrap #{$file} v5.2.0 (https://getbootstrap.com/)
+ * Copyright 2011-2022 The Bootstrap Authors
+ * Copyright 2011-2022 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+}
+