Skip to content

@tailwindcss/jit doesn't work #22

@exalted

Description

@exalted

@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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions