question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to support @tailwindcss/typography's prose?

See original GitHub issue

I’m having a hard time getting .prose working with [@tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin).

I figured you just need require('@tailwindcss/typography') in your tailwind config plugins, but when I run maizzle build I get the following error:

unhandledRejection: SyntaxError: Invalid regular expression: /(?:^|\s)prose :where(ul ul(?:\s|$)/: Unterminated group
  • Maizzle Version: Framework: v4.0.2; Cli: 1.5.1
  • Node.js Version: 18.6.0

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cossssmincommented, Sep 22, 2022

OK, this should work now in v4.1.2, give it a try 😃

https://github.com/maizzle/framework/releases/tag/v4.1.2

0reactions
jqhooglandcommented, Sep 23, 2022

Thank you cossssmin!

Read more comments on GitHub >

github_iconTop Results From Across the Web

@tailwindcss/typography - Tailwind CSS
The official Tailwind CSS Typography plugin provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla...
Read more >
How to use the TailwindCSS Typography plugin
Adding the prose class gives you A LOT of default style out of the box and while the defaults look pretty good, we...
Read more >
How to Use the TailwindCSS Typography Plugin - Bundle, LLC
Styling text in TailwindCSS is as simple as adding a few utility classes to an h1 element to bump up the size, increase...
Read more >
tailwindlabs/tailwindcss-typography - GitHub
A plugin that provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don't...
Read more >
Combine Tailwind CSS Typography with Portable Text
You may no longer need this! The Typography Plugin now supports a not-prose class which escapes from prose formatting.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found