From 320010859893c0076f528a29a8f920d36709bc0b Mon Sep 17 00:00:00 2001 From: Dan Coulthard Date: Mon, 21 Nov 2016 12:17:59 +0000 Subject: [PATCH 1/3] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4771ea9..95c9e9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # barebones -A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. There's lots of these out there but most themes include lots of bloat and files which you might not necessarily need, so we thought we would create my own which is great as a starting point with powerful features to encourage rapid development for most projects. +A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. There's lots of these out there but most themes include lots of bloat and files which you might not necessarily need, so we thought we would create our own which is great as a starting point with powerful features to encourage rapid development for most projects. ## Features From 61910fd14e6d4683cab18f357584864f01896290 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Thu, 15 Dec 2016 12:42:14 +0000 Subject: [PATCH 2/3] Updated media queries --- assets/sass/config/_variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/sass/config/_variables.scss b/assets/sass/config/_variables.scss index 318deb5..de08df6 100755 --- a/assets/sass/config/_variables.scss +++ b/assets/sass/config/_variables.scss @@ -29,14 +29,14 @@ $base-spacing-unit: ($base-font-size * $base-line-height) * 1px; * Breakpoints */ -$breakpoint-sm: 767px; -$breakpoint-md: 992px; $breakpoint-lg: 1200px; +$breakpoint-md: 768px; +$breakpoint-sm: 480px; $breakpoints: ( 'lg' '(min-width: ' + $breakpoint-lg + ')', 'md' '(min-width: ' + $breakpoint-md + ') and (max-width: ' + ($breakpoint-lg - 1) + ')', - 'sm' '(min-width: ' + ($breakpoint-sm + 1) + ') and (max-width:' + ($breakpoint-md - 1) + ')', + 'sm' '(max-width:' + ($breakpoint-md - 1) + ')', 'xs' '(max-width: ' + $breakpoint-sm + ')' ); @@ -54,4 +54,4 @@ $grid-gutter: $base-spacing-unit; * Components */ -$border-radius: 3px; \ No newline at end of file +$border-radius: 3px; From 71df2f7662648c3cf6fc3cc1ac6ae423a77a87e4 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Thu, 15 Dec 2016 12:48:28 +0000 Subject: [PATCH 3/3] Pulled down update to submodule_dir --- assets/sass/vendor/simple-grid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/sass/vendor/simple-grid b/assets/sass/vendor/simple-grid index e87c4f6..4aee262 160000 --- a/assets/sass/vendor/simple-grid +++ b/assets/sass/vendor/simple-grid @@ -1 +1 @@ -Subproject commit e87c4f6ee56bb7223a1cb56698cec4d0fdabbd29 +Subproject commit 4aee2627e323b19a70045a84adafc9f4fee44a6f