File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,5 @@ ruby "2.5.1"
4
4
group :jekyll_plugins do
5
5
gem "github-pages"
6
6
gem "jekyll-paginate-v2"
7
+ gem 'jekyll-autoprefixer'
7
8
end
8
-
9
-
Original file line number Diff line number Diff line change 8
8
tzinfo (~> 1.1 )
9
9
addressable (2.5.2 )
10
10
public_suffix (>= 2.0.2 , < 4.0 )
11
+ autoprefixer-rails (6.3.7 )
12
+ execjs
11
13
coffee-script (2.4.1 )
12
14
coffee-script-source
13
15
execjs
100
102
pathutil (~> 0.9 )
101
103
rouge (>= 1.7 , < 4 )
102
104
safe_yaml (~> 1.0 )
105
+ jekyll-autoprefixer (1.0.1 )
106
+ autoprefixer-rails (~> 6.3.6 )
103
107
jekyll-avatar (0.6.0 )
104
108
jekyll (~> 3.0 )
105
109
jekyll-coffeescript (1.1.1 )
@@ -245,6 +249,7 @@ PLATFORMS
245
249
246
250
DEPENDENCIES
247
251
github-pages
252
+ jekyll-autoprefixer
248
253
jekyll-paginate-v2
249
254
250
255
RUBY VERSION
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ default_author: The PyTorch Team
7
7
plugins :
8
8
- jekyll-paginate-v2
9
9
- jekyll-redirect-from
10
+ - jekyll-autoprefixer
10
11
sass :
11
12
load_paths :
12
13
- _sass
You can’t perform that action at this time.
0 commit comments