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 @@