Loop/Desktop & Standalone/Code Style & Structure

From MozillaWiki
< Loop
Revision as of 17:40, 3 November 2014 by Dmose (talk | contribs) (Created page with "== SVG == Structure: * all square assets of a given size go in a single file. Rationale: ** intra-SVG CSS rule sharing (eg fills, strokes, viewports, etc). ** organization...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SVG

Structure:

  • all square assets of a given size go in a single file. Rationale:
    • intra-SVG CSS rule sharing (eg fills, strokes, viewports, etc).
    • organization
  • each irregular icon gets its own file

Eventually, the graphic design team is expected to start giving us icon assets that are scalable across multiple sizes, at which point we'll want to modify this policy a bit.