https://github.com/twbs/bootstrap
Revision 028863dd08b52c3177cf30df37681406ec2f02a5 authored by Bardi Harborow on 15 July 2017, 09:25:13 UTC, committed by Bardi Harborow on 16 July 2017, 03:51:16 UTC
1 parent bde1652
Raw File
Tip revision: 028863dd08b52c3177cf30df37681406ec2f02a5 authored by Bardi Harborow on 15 July 2017, 09:25:13 UTC
Fall back to ESLint v3 indentation behaviour.
Tip revision: 028863d
Gemfile
source 'https://rubygems.org'

group :development, :test do
  gem 'jekyll', '~> 3.4.5'
  gem 'jekyll-redirect-from', '~> 0.12.1'
  gem 'jekyll-sitemap', '~> 1.1.1'
  gem 'jekyll-toc', '~> 0.3.0.pre1'
  gem 'scss_lint', '~> 0.54.0'
end
back to top