tailwindcss plugin add but null

This issue has been tracked since 2022-12-27.

image

tailwindcss.config.js

/** @type {import('tailwindcss').Config} */
// @tailwindcss/typography
const tailwindTypography = require('@tailwindcss/typography')
module.exports = {
  theme: {
    extend: {},
  },
  plugins: [tailwindTypography],
}

nuxt.config.ts

  tailwindcss: {
    configPath: './tailwind.config.js',
    viewer: false,
  },
productdevbook wrote this answer on 2022-12-28

or config change only nuxt.config in add same problem

image

productdevbook wrote this answer on 2022-12-28

same -> #565

BayBreezy wrote this answer on 2023-01-03

Having this same issue but only on macOS

More Details About Repo
Owner Name nuxt-modules
Repo Name tailwindcss
Full Name nuxt-modules/tailwindcss
Language TypeScript
Created Date 2019-04-04
Updated Date 2023-03-29
Star Count 1285
Watcher Count 12
Fork Count 157
Issue Count 57

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date