2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Configurable display utility classes (#27917)

This commit is contained in:
Martijn Cuppens
2018-12-29 03:54:58 +01:00
committed by XhmikosR
parent 952374654c
commit c0dfda964f
3 changed files with 9 additions and 18 deletions
+1
View File
@@ -1090,6 +1090,7 @@ $pre-scrollable-max-height: 340px !default;
// Utilities
$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;
$overflows: auto, hidden !default;
$positions: static, relative, absolute, fixed, sticky !default;