jekyll-autoprefixer
jekyll-autoprefixer copied to clipboard
Autoprefixer integration for Jekyll
Related to #11 . Update autoprefixer-rails to v10.2.5.1. See https://github.com/vwochnik/jekyll-autoprefixer/issues/11#issuecomment-850694593
jekyll-autoprefixer is stripping `/*# sourceMappingURL=style.css.map */` from the final line of the generated site-wide css file. I've disabled all other plugins, and also added `only_production: true` to my config, to...
Some minutes ago ExecJS released the 2.8.0 version, but it seems to break jekyll-autoprefixer : ``` Configuration file: /home/---/Documents/colabois.fr/_config.yml Source: /home/---/Documents/colabois.fr Destination: /home/---/Documents/colabois.fr/_site Incremental build: disabled. Enable with --incremental Generating......
Update autoprefixer-rails to v10, related to #7
After reading that "no additional steps are required" I assumed there was some sort of ruby implementation of autoprefixer. It seemed like this plugin just didn't work.
I'm getting this error running a build in travis. Anyone else have dealt with a similar issue?
When I use this auto-prefixer, style crashes when I reload after making a change. And I have to reload 2-3 times to get the styles back.
Thank you for making this plugin. I get the following error in my command line when I try to use this plugin. ``` jekyll 3.6.2 | Error: "\x80" on Windows-31J...
This pull request adds one per-file and two new global configuration options: **Global options:** * `sourcemaps: never | always | existing | development | production` to control how source map...