From 8bf5f2a21245901e0c02dc813e1a4ef530f7b06f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 27 Jan 2022 11:28:01 +0100 Subject: [PATCH] use new post-css gem --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index a82ba68a..d0733c7e 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ url: "" plugins: - jekyll-seo-tag - - jekyll-postcss + - jekyll-postcss-v2 exclude: [ styles/index.css, @@ -24,4 +24,4 @@ exclude: [ package-lock.json, postcss.config.js, readme.md, -] \ No newline at end of file +]