Skip to content

Commit 2f383a1

Browse files
committed
Drop 'neat' gem
This is a SASS grid package, though as far as I can tell we're not using it. The [docs](https://neat.bourbon.io/) suggest we'd need to `@import "neat"` in our SASS files to be using it, which we're not. A cursory browse around the site also seems to work fine.
1 parent 19f909c commit 2f383a1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source 'https://rubygems.org'
22

33
gem 'rake'
4-
gem 'neat'
54
gem 'kramdown'
65
# jekyll depends on kramdown-parser-gfm, but fails to declare it
76
gem 'kramdown-parser-gfm'

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ GEM
5959
rb-inotify (~> 0.9, >= 0.9.10)
6060
mercenary (0.3.6)
6161
mini_portile2 (2.8.9)
62-
neat (4.0.0)
63-
thor (~> 0.19)
6462
nokogiri (1.18.9)
6563
mini_portile2 (~> 2.8.2)
6664
racc (~> 1.4)
@@ -82,7 +80,6 @@ GEM
8280
sass-listen (4.0.0)
8381
rb-fsevent (~> 0.9, >= 0.9.4)
8482
rb-inotify (~> 0.9, >= 0.9.7)
85-
thor (0.20.3)
8683
typhoeus (1.4.1)
8784
ethon (>= 0.9.0)
8885
wdm (0.2.0)
@@ -100,7 +97,6 @@ DEPENDENCIES
10097
jekyll-redirect-from
10198
kramdown
10299
kramdown-parser-gfm
103-
neat
104100
rake
105101
wdm (>= 0.1.0)
106102

0 commit comments

Comments
 (0)