mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove sass gem.
Jekyll 3.x has it as a dependency already.
This commit is contained in:
parent
a3e301cdbe
commit
fcb41c7afd
2 changed files with 0 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -4,6 +4,5 @@ group :development, :test do
|
||||||
gem 'jekyll', '~> 3.1.2'
|
gem 'jekyll', '~> 3.1.2'
|
||||||
gem 'jekyll-redirect-from', '~> 0.9.1'
|
gem 'jekyll-redirect-from', '~> 0.9.1'
|
||||||
gem 'jekyll-sitemap', '~> 0.10.0'
|
gem 'jekyll-sitemap', '~> 0.10.0'
|
||||||
gem 'sass', '~> 3.4.21'
|
|
||||||
gem 'scss_lint', '~> 0.47.1'
|
gem 'scss_lint', '~> 0.47.1'
|
||||||
end
|
end
|
||||||
|
|
|
@ -45,7 +45,6 @@ DEPENDENCIES
|
||||||
jekyll (~> 3.1.2)
|
jekyll (~> 3.1.2)
|
||||||
jekyll-redirect-from (~> 0.9.1)
|
jekyll-redirect-from (~> 0.9.1)
|
||||||
jekyll-sitemap (~> 0.10.0)
|
jekyll-sitemap (~> 0.10.0)
|
||||||
sass (~> 3.4.21)
|
|
||||||
scss_lint (~> 0.47.1)
|
scss_lint (~> 0.47.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
Loading…
Add table
Reference in a new issue