Closed partysnax closed 3 years ago
As discussed, this is due to a limitation of the Ghost editor which generates post content using these specified classes. Ideally, all remaining Ghost-specific classes should be combined into a single file at css/ghost.css
. In the meantime, I'll be merging the above changes.
Addresses #184 Many classes in
content.css
are unable to be migrated as many styles defined within are applied to descendants of a class rather than a class itself, however this PR substitutes styles/classes with Tailwind equivalents wherever possible.