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:
authorXhmikosR <xhmikosr@gmail.com>2016-03-07 23:22:55 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-03-11 12:10:51 +0300
commitfcb41c7afddc60e65218eaa7d4c95a76bc22380d (patch)
treeff3d0e7f7e52982702ee5d92d8ddff2f44c82ca7 /Gemfile
parenta3e301cdbe5efa2fbf51602a8e5cd0599e60d666 (diff)
Remove sass gem.
Jekyll 3.x has it as a dependency already.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4ffb5774ac..2c557d4cb9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,5 @@ group :development, :test do
gem 'jekyll', '~> 3.1.2'
gem 'jekyll-redirect-from', '~> 0.9.1'
gem 'jekyll-sitemap', '~> 0.10.0'
- gem 'sass', '~> 3.4.21'
gem 'scss_lint', '~> 0.47.1'
end