Bump bootstrap to 4.3.1

This commit is contained in:
2019-09-08 08:38:56 +02:00
parent e68c3148a2
commit aaaed4d784
93 changed files with 7790 additions and 6945 deletions

View File

@@ -1,8 +1,8 @@
// Text truncate
// Requires inline-block or block for proper styling
@mixin text-truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
// Text truncate
// Requires inline-block or block for proper styling
@mixin text-truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}