Skip to content

Commit

Permalink
Add prose-img:inline to Tailwind safelist
Browse files Browse the repository at this point in the history
This allows you to drop in 'prose-img:inline' in the 'prose_classes' config/markdown.php array, and get inline images, thus fixing #1355 whilst preserving BC. This will then be tied to a HydeFront patch release for automatic rollout.
  • Loading branch information
caendesilva committed Mar 27, 2023
1 parent e1b3425 commit 39478a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
safelist: [
'prose',
'dark:prose-invert',
'prose-img:inline',
'text-left',
'text-center',
'text-right',
Expand Down

0 comments on commit 39478a2

Please sign in to comment.