AdvisorySG / ghost-advisory-theme

Custom-built Ghost theme for Advisory SG.
MIT License
6 stars 12 forks source link

Migrate content.css #311

Closed partysnax closed 3 years ago

partysnax commented 3 years ago

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.

wei2912 commented 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.