1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

Use variables for the width/height classes

This commit is contained in:
Starsam80
2016-12-25 15:29:01 -07:00
committed by Mark Otto
parent 210050d9c9
commit c2e5eb1542
2 changed files with 12 additions and 9 deletions

View File

@@ -169,6 +169,13 @@ $spacers: (
) !default;
$border-width: 1px !default;
// This variable affects the `.h-*` and `.w-*` classes.
$sizes: (
25: 25%,
50: 50%,
75: 75%,
100: 100%
) !default;
// Body
//