From 7f9bd451f55fa73f9b3068cd5e43029982d6bc74 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 23 Jan 2016 03:04:11 -0800 Subject: [PATCH 1/3] Bump SCSS-Lint to 0.44.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 20a15efe74..59f8692772 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ group :development, :test do gem 'jekyll-redirect-from', '~> 0.9.0' gem 'jekyll-sitemap', '~> 0.9.0' gem 'sass', '~> 3.4.19' - gem 'scss_lint', '~> 0.43' + gem 'scss_lint', '~> 0.44.0' end From bc4d5d1ab9d27397c19e59184b111dc642093390 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 23 Jan 2016 03:04:27 -0800 Subject: [PATCH 2/3] bundle update [skip sauce] --- Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 720145482c..7b67659891 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM colorator (0.1) ffi (1.9.10) ffi (1.9.10-x64-mingw32) - jekyll (3.0.1) + jekyll (3.0.2) colorator (~> 0.1) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) @@ -13,12 +13,12 @@ GEM mercenary (~> 0.3.3) rouge (~> 1.7) safe_yaml (~> 1.0) - jekyll-redirect-from (0.9.0) + jekyll-redirect-from (0.9.1) jekyll (>= 2.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) + jekyll-sass-converter (1.4.0) + sass (~> 3.4) jekyll-sitemap (0.9.0) - jekyll-watch (1.3.0) + jekyll-watch (1.3.1) listen (~> 3.0) kramdown (1.9.0) liquid (3.0.6) @@ -26,15 +26,15 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.5) - rainbow (2.0.0) - rb-fsevent (0.9.6) + rake (10.5.0) + rb-fsevent (0.9.7) rb-inotify (0.9.5) ffi (>= 0.5.0) rouge (1.10.1) safe_yaml (1.0.4) - sass (3.4.19) - scss_lint (0.43.2) - rainbow (~> 2.0) + sass (3.4.21) + scss_lint (0.44.0) + rake (~> 10.0) sass (~> 3.4.15) PLATFORMS @@ -46,7 +46,7 @@ DEPENDENCIES jekyll-redirect-from (~> 0.9.0) jekyll-sitemap (~> 0.9.0) sass (~> 3.4.19) - scss_lint (~> 0.43) + scss_lint (~> 0.44.0) BUNDLED WITH - 1.10.6 + 1.11.2 From 7e2e31e9646c16bcdc449e8f8382a616e3e01a6d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 23 Jan 2016 03:06:20 -0800 Subject: [PATCH 3/3] scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemption [skip sauce] --- scss/_forms.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/scss/_forms.scss b/scss/_forms.scss index 6de81fcf8b..aa87bd51a3 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -92,8 +92,6 @@ // // Note that as of 8.3, iOS doesn't support `week`. -// SCSS-Lint exemption until https://github.com/brigade/scss-lint/pull/672 gets merged -// scss-lint:disable PseudoElement _::-webkit-full-page-media, // Hack to make this CSS be Safari-only; see http://browserbu.gs/css-hacks/webkit-full-page-media/ input[type="date"], input[type="time"], @@ -113,7 +111,6 @@ input[type="month"] { line-height: $input-height-lg; } } -// scss-lint:enable PseudoElement // Static form control text