Skip to content
Discussion options

You must be logged in to vote

Got some CSS working:

The discrepencies is probably due to v3 → v4 changes you'll have to adapt yourself. Steps:

  1. Run upgrader:
    $ npx @tailwindcss/upgrade
  2. Install packages manually:
    $ pnpm i -w tailwindcss@latest @tailwindcss/postcss
  3. Update postcss.config.js:
     module.exports = {
     plugins: [
    + 'tailwindcss',
    - '@tailwindcss/postcss',
      'postcss-flexbugs-fixes',

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@ofranquesa
Comment options

@wongjn
Comment options

wongjn Feb 3, 2025
Collaborator

@ofranquesa
Comment options

@wongjn
Comment options

wongjn Feb 3, 2025
Collaborator

Answer selected by ofranquesa
@ofranquesa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants