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:
Diffstat (limited to 'scss/utilities/_text.scss')
-rw-r--r--scss/utilities/_text.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
deleted file mode 100644
index ba775ee8d8..0000000000
--- a/scss/utilities/_text.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-//
-// Text
-//
-
-@each $color, $value in $theme-colors {
- @include text-emphasis-variant(".text-#{$color}", $value);
-}