From 06a392072b210f949b694580322bedf2ee11f91c Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Fri, 21 Jul 2017 11:22:08 +0200 Subject: [PATCH] Add breakpoint containers --- CHANGELOG.md | 5 + docs/_includes/bp/desktop.html | 2 +- docs/_includes/bp/fullhd.html | 1 + docs/_includes/bp/touch.html | 2 +- docs/_includes/bp/widescreen.html | 1 + docs/_includes/subnav-components.html | 7 +- docs/css/bulma-docs.css | 164 +++++++++++--------- docs/documentation/components/dropdown.html | 20 ++- docs/documentation/form/select.html | 2 +- docs/documentation/layout/container.html | 109 +++++++++---- docs/documentation/overview/variables.html | 14 +- sass/elements/other.sass | 31 ++-- sass/layout/section.sass | 1 - sass/utilities/initial-variables.sass | 14 +- 14 files changed, 234 insertions(+), 139 deletions(-) create mode 100644 docs/_includes/bp/fullhd.html create mode 100644 docs/_includes/bp/widescreen.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ffc365..08487004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.4.4 +### New features + +* The breakpoints and `.container` **gap** can be customized with the new `$gap` variable +* The `.container` has 2 new modifiers: `.is-widescreen` and `.is-fullhd` + ### Issues closed * Fix #26 `.textarea` element will honors `[rows]` attribute diff --git a/docs/_includes/bp/desktop.html b/docs/_includes/bp/desktop.html index 4a70a0d2..14f3bcb3 100644 --- a/docs/_includes/bp/desktop.html +++ b/docs/_includes/bp/desktop.html @@ -1 +1 @@ ->= 1000px +>= 1008px diff --git a/docs/_includes/bp/fullhd.html b/docs/_includes/bp/fullhd.html new file mode 100644 index 00000000..d2e45546 --- /dev/null +++ b/docs/_includes/bp/fullhd.html @@ -0,0 +1 @@ +>= 1392px diff --git a/docs/_includes/bp/touch.html b/docs/_includes/bp/touch.html index abef7d34..0f25e0dc 100644 --- a/docs/_includes/bp/touch.html +++ b/docs/_includes/bp/touch.html @@ -1 +1 @@ -< 1000px +< 1008px diff --git a/docs/_includes/bp/widescreen.html b/docs/_includes/bp/widescreen.html new file mode 100644 index 00000000..faeef67f --- /dev/null +++ b/docs/_includes/bp/widescreen.html @@ -0,0 +1 @@ +>= 1200px diff --git a/docs/_includes/subnav-components.html b/docs/_includes/subnav-components.html index 4c5a2373..16fe6c18 100644 --- a/docs/_includes/subnav-components.html +++ b/docs/_includes/subnav-components.html @@ -1,5 +1,5 @@