tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

Conflicting 'text-base' class when no prefix

Open whiterqbbit opened this issue 2 years ago • 0 comments

When using no prefix like 'ctp' in config,

module.exports = {
  plugins: [require("@catppuccin/tailwindcss")],
};

text-base overrides the original tailwind class related to size, applying 'base' color instead.

whiterqbbit avatar Nov 28 '23 16:11 whiterqbbit