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>2017-10-03 06:34:56 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-03 06:34:56 +0300
commit7b766e1ad53b0c22de42dac04d2472f287334e2a (patch)
treec5e869bdfda6e10628c83758bab3c238e5a48b98 /Gemfile
parentf58997a0dae54dc98d11892afef9acb85bdc6a1e (diff)
Switch to stylelint. (#23572)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8e8bb42a2e..2c0ac91d55 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,5 +5,4 @@ group :development, :test do
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.3.0'
- gem 'scss_lint', '~> 0.54.0'
end