mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01: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: e283d16896
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
|