Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeremia Taglialatela <tagliala@users.noreply.github.com>2016-07-08 06:38:44 +0300
committerChris Rebert <github@chrisrebert.com>2016-07-08 06:38:44 +0300
commit1347cb0152c992f8b71e185fa7ef1794fc94d931 (patch)
treed9e7c232956693abca802aca754ac116a73f3ef7 /Gemfile
parenteb7c13bba7775032745bf53e245948746ac406c4 (diff)
Update SCSS-Lint to v0.49.0 (#20250)
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bdcbb0949f..fb4cea1506 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,5 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.1.2'
gem 'jekyll-redirect-from', '~> 0.10.0'
gem 'jekyll-sitemap', '~> 0.10.0'
- gem 'scss_lint', '~> 0.48.0'
+ gem 'scss_lint', '~> 0.49.0'
end