aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirag Modi <[email protected]>2017-07-17 13:29:49 +0530
committerChirag Modi <[email protected]>2017-07-17 13:29:49 +0530
commitf05bd63d8e829334036c4eadef4e01e79374cae7 (patch)
treef3d7f9ff69c3ce7170a2a7da1121e5452568f929
parent082c9d92fe1057f8dddda32e1002983d82c681aa (diff)
downloadbootstrap-f05bd63d8e829334036c4eadef4e01e79374cae7.tar.xz
bootstrap-f05bd63d8e829334036c4eadef4e01e79374cae7.zip
fixed issue #23100
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index f0949eaff..21c96b5d2 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -189,6 +189,7 @@ $grid-breakpoints: (
// Define the maximum width of `.container` for different screen sizes.
$container-max-widths: (
+ xs: 100%,
sm: 540px,
md: 720px,
lg: 960px,