Tailwind

From Microformats Wiki
Revision as of 23:14, 1 December 2023 by Tantek (talk | contribs) (create page per https://github.com/microformats/mf2py/pull/211)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article is a stub. You can help the microformats.org wiki by expanding it.

Tailwind is a CSS framework that unfortunately uses some classnames with some microformats2 prefixes and can cause false positives in microformats2 parsers.

We recommend avoiding the use of Tailwind accordingly.

As a workaround, parser developers may wish to consider an opt-in flag to block a specific blocklist of Tailwind classnames which collide with yet are meaningless for microformats2.

  • h-px, h-auto, h-full, h-screen, h-min, h-max, h-fit are in Tailwind docs
  • ... add more with a citation of where they were found/documented

See Also