Page MenuHomePhabricator

Improve the developer experience for using CSS-only Codex components in MediaWiki
Closed, DuplicatePublic

Description

After T330468: [EPIC] Enable use of CSS-only Codex components in MediaWiki makes it possible to use CSS-only Codex components in MediaWiki, we should explore ways to improve the developer experience of using them.

  • Explore HTML markup generation: T326850: [Spike] Figure out how to generate markup for CSS components
  • Explore ways to reduce the amount of CSS loaded?
    • Break up Codex's ResourceLoader modules into smaller pieces?
    • Provide a build of Codex that only has the styles required for CSS-only components? (A CSS-only-only CSS build)
  • Any other potential improvements to address issues we might learn about?