This repository has been archived by the owner on May 10, 2023. It is now read-only.
Added prefixes to all tailwind and default gallery classes.
The prefix added is m24g-
. Be sure to fit all style overrides with the new class name prefixes.
For example the .article-gallery
class is now .m24g-article-gallery
, the .flex
class is now .m24g-flex
, and so on.
This was added so the gallery would work alongside PurgeCSS, where you can now simply whitelist the pattern /^m24g-/
.