jekyll-postcss icon indicating copy to clipboard operation
jekyll-postcss copied to clipboard

A plugin to use PostCSS plugins like Autoprefixer or Tailwind CSS with Jekyll.

Results 12 jekyll-postcss issues
Sort by recently updated
recently updated
newest added

Platform: Windows I'm trying to get TailwindCSS working with my new Jekyll project, and when I run `bundle exec jekyll serve --verbose` it freezes. Force-quitting the process with ctrl+c displays...

Hi there, followed the README to get this setup with a fresh Jekyll project (literally `jekyll new myproject`). I get this error after running `jekyll s`: ``` Configuration file: /Users/rock/projects/qun/jekyll/_config.yml...

I'm kind of a newbie trying to learn TailwindCSS and keep getting stuck on this, seen this is an issue before but can't seem to fix it. ``` $ NODE_ENV=production...

I am running jekyll with jekyll-process through docker compose: ``` version: '3.3' services: jekyll: image: jekyll/jekyll:latest # command: jekyll serve --watch --force_polling --verbose --trace command: jekyll serve --livereload --drafts --future...

In your README you mention that you must install postcss with npm or yarn. I'd done this with `yarn add -D`, which places things in the `devDependencies` hash key in...

The parser property in postcss.config is completely ignored. Here's an example **postcss.config.js** of what I'd like to do: ```js module.exports = { parser: 'postcss-scss', plugins: [ ... ] } ```...

``` ruby/3.0.0/gems/jekyll-postcss-0.5.0/bin/postcss:31 throw err; ^ Error: listen EADDRINUSE: address already in use :::8124 at Server.setupListenHandle [as _listen2] (net.js:1331:16) at listenInCluster (net.js:1379:12) at Server.listen (net.js:1465:7) at Function.startServer (/home/metapodcod/.gem/ruby/3.0.0/gems/jekyll-postcss-0.5.0/bin/postcss:34:12) at Object. (/home/metapodcod/.gem/ruby/3.0.0/gems/jekyll-postcss-0.5.0/bin/postcss:42:13)...

Unsure if this is a `jekyll-postcss` error due to the cryptic messages I get from Jekyll but will have a go here. ## Issue Build stalls with `bundle exec jekyll...

I am trying to use tailwind in my Jekyll project but the postcss plugin throws a conversion error. Below are the logs while running Jekyll serve: ``` Conversion error: Jekyll::Converters::PostCss...

Hello, I'm currently using `jekyll-postcss` to use Tailwind in a Jekyll project. It's working really well with `.css` files, in fact it's working perfectly, but there are issues when trying...