From: Jeremy Thomas Date: Fri, 21 Jul 2017 09:22:08 +0000 (+0200) Subject: Add breakpoint containers X-Git-Tag: 0.4.4~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a392072b210f949b694580322bedf2ee11f91c;p=thirdparty%2Fbulma.git Add breakpoint containers --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ffc3656..084870046 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 4a70a0d25..14f3bcb36 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 000000000..d2e455462 --- /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 abef7d345..0f25e0dca 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 000000000..faeef67ff --- /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 4c5a23736..16fe6c18c 100644 --- a/docs/_includes/subnav-components.html +++ b/docs/_includes/subnav-components.html @@ -1,5 +1,5 @@