Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site/data
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-04-14 00:40:47 +0300
committerMark Otto <markdotto@gmail.com>2020-04-14 00:40:47 +0300
commit7dedccfb9a8f6c8e3343ac979945ff43047f6d0a (patch)
tree8e2a745b1b428b0cb51fbad64260ed6a691dec61 /site/data
parente3583115c6c2120cb28f40e4526af7498fe73c1d (diff)
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 3c8cfe293c..a5ebde4d45 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