Skip to content

Tailwind helper: support for compiling CSS #20

@srid

Description

@srid

Instead of using the twind shim, which requires JS and thus

  • won't work with noscript,
  • may interfere with other JavaScript initializers (as it demonstrably does with prismJS here not true)

... we should try a windicss like approach in "compiling" the classes from generated HTML into the final minified CSS. The tailwind helper can provide both options.

(Might as well explore writing a type-safe Haskell wrapper for Tailwind, as a stretch goal)

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions