@tailwindcss/jit is very recently announced and this gem doesn't seem to work with it:
npm install @tailwindcss/jit first and then add @tailwindcss/jit to your postcss.config.js:
module.exports = {
plugins: [
require('@tailwindcss/jit'),
require('autoprefixer'),
],
};
Here's the error:
Configuration file: /Users/foo/example/_config.yml
Source: /Users/foo/example
Destination: /Users/foo/example/_site
Incremental build: disabled. Enable with --incremental
Generating...
PostCSS Server listening on port 8124...
PostCSS Error!
Error: ENOENT: no such file or directory, stat 'stdin'
@tailwindcss/jit is very recently announced and this gem doesn't seem to work with it:
npm install @tailwindcss/jitfirst and then add@tailwindcss/jitto yourpostcss.config.js:Here's the error: