How to support @tailwindcss/typography's prose?
See original GitHub issueI’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:
- Created a year ago
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, this should work now in v4.1.2, give it a try 😃
https://github.com/maizzle/framework/releases/tag/v4.1.2
Thank you cossssmin!