vwochnik / jekyll-autoprefixer

Autoprefixer integration for Jekyll
MIT License
64 stars 16 forks source link

Doesn't work for me #10

Closed thetwopct closed 3 years ago

thetwopct commented 3 years ago

Hi, I wonder if this package is still working, and if it is, maybe I'm doing something wrong?

I've installed autoprefixer as a dependency

npm i -D autoprefixer

I've added

gem 'jekyll-autoprefixer'

to my Gemfile

I've added

plugins:
  - jekyll-autoprefixer

and

  autoprefixer:
    only_production: false
    browsers:
    - last 2 versions
    - not dead
    - ie 10

to my _config.yml, as well as trying variations of running with/without autoprefixer flag.

CSS is still not being prefixed.

Any ideas?

thetwopct commented 3 years ago

I think it was the indentation was wrong in the my _config.yml where I had copied and pasted the autoprefixer command, and that was stopping it from working.