2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-18 04:55:32 +00:00

change pipeline to use postcss

This commit is contained in:
2021-11-08 22:49:58 +01:00
parent 0927ea836e
commit 8a98549ccc
8 changed files with 2743 additions and 24778 deletions

View File

@ -1,3 +1,7 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-seo-tag'
group :jekyll_plugins do
gem 'jekyll-postcss'
gem 'jekyll-seo-tag'
end