Skip to content

tailwind intellisense not detecting duplicate utilities when plugin added #13638

Answered by wongjn
binaryartifex asked this question in Help
Discussion options

You must be logged in to vote

You coul disable the core fontWeight plugin so that only the CSS from the plugin is built:

/** @type {import('tailwindcss').Config} */
module.exports = {
  corePlugins: {
    fontWeight: false,
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@binaryartifex
Comment options

Answer selected by binaryartifex
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