I am trying to setup SCSS AutoPrefixer in my Jekyll site. I believe I have everything installed correctly, and there are no errors logged.
I have this in my Gemfile:
gem "jekyll", "~> 4.1.1"
group :jekyll_plugins do
gem "jekyll-seo-tag"
gem "jekyll-assets"
end
gem "autoprefixer-rails"
And this is the relevant content in my _config.yml:
* jekyll (4.1.1)
Summary: A simple, blog aware, static site generator.
Homepage: https://jekyllrb.com
Path: D:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/jekyll-4.1.1
Description
I am trying to setup SCSS AutoPrefixer in my Jekyll site. I believe I have everything installed correctly, and there are no errors logged. I have this in my
Gemfile
:And this is the relevant content in my
_config.yml
:Versions:
bundle info jekyll
:bundle info jekyll-assets
:Steps
gem "jekyll-assets"
toGemfile
- jekyll-assets
toplugins
section in_config.yml
assets
configuration in_config.yml
Output
No prefixed SCSS in
_site
directoryExpected
Prefrixed SCSS properties. (Specifically
flex
related prefixes)