aboutsummaryrefslogtreecommitdiff
path: root/site/data
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-13 14:40:47 -0700
committerMark Otto <[email protected]>2020-04-13 14:40:47 -0700
commit7dedccfb9a8f6c8e3343ac979945ff43047f6d0a (patch)
tree8e2a745b1b428b0cb51fbad64260ed6a691dec61 /site/data
parente3583115c6c2120cb28f40e4526af7498fe73c1d (diff)
downloadbootstrap-7dedccfb9a8f6c8e3343ac979945ff43047f6d0a.tar.xz
bootstrap-7dedccfb9a8f6c8e3343ac979945ff43047f6d0a.zip
Update docs for new XXL grid tier
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
Diffstat (limited to 'site/data')
-rw-r--r--site/data/breakpoints.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/site/data/breakpoints.yml b/site/data/breakpoints.yml
index 3c8cfe293..a5ebde4d4 100644
--- a/site/data/breakpoints.yml
+++ b/site/data/breakpoints.yml
@@ -1,6 +1,6 @@
- breakpoint: xs
abbr: ""
- name: Extra small
+ name: X-Small
min-width: 0px
container: ""
@@ -24,6 +24,12 @@
- breakpoint: xl
abbr: -xl
- name: Extra large
+ name: X-Large
min-width: 1200px
container: 1140px
+
+- breakpoint: xxl
+ abbr: -xxl
+ name: XX-Large
+ min-width: 1400px
+ container: 1320px