mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
1347cb0152
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
9 lines
200 B
Ruby
9 lines
200 B
Ruby
source 'https://rubygems.org'
|
|
|
|
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.49.0'
|
|
end
|