css
Tailwind Typography plugin prose class not working
prose.*class.*not.*styling|typography.*plugin.*no effect
Fixes
- 1.Install the plugin: npm install -D @tailwindcss/typography and add to plugins in config
- 2.Add the 'prose' class to the container wrapping your HTML content
- 3.Customize with prose modifiers: prose-lg, prose-invert, or override in config theme.extend.typography
tailwindtypographyprose
Related Errors
css3 fixes
Container queries not supported
@container.*not.*supported|container-type.*unknown
- •Add container-type: inline-size to parent
- •Check browser version supports container queries
css3 fixes
Container query: Invalid container name
container-name.*must be.*ident
- •Use valid CSS identifier for container-name
- •Don't use CSS keywords as container names
css3 fixes
Container query: No matching container ancestor
@container.*no.*ancestor.*container
- •Add container-type to an ancestor element
- •Check container-name matches query