aboutsummaryrefslogtreecommitdiffstats
path: root/assets/node_modules/bootstrap/scss/utilities/_align.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/bootstrap/scss/utilities/_align.scss')
-rw-r--r--assets/node_modules/bootstrap/scss/utilities/_align.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/assets/node_modules/bootstrap/scss/utilities/_align.scss b/assets/node_modules/bootstrap/scss/utilities/_align.scss
deleted file mode 100644
index 8b7df9f..0000000
--- a/assets/node_modules/bootstrap/scss/utilities/_align.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-// stylelint-disable declaration-no-important
-
-.align-baseline { vertical-align: baseline !important; } // Browser default
-.align-top { vertical-align: top !important; }
-.align-middle { vertical-align: middle !important; }
-.align-bottom { vertical-align: bottom !important; }
-.align-text-bottom { vertical-align: text-bottom !important; }
-.align-text-top { vertical-align: text-top !important; }