Skip to content
View hihayk's full-sized avatar

Organizations

@boringdesigners @designsystemstudio @Hedonic-Reversal

Block or report hihayk

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. scale scale Public

    Color scale generator

    JavaScript 1.7k 160

  2. poco poco Public

    poco.

    CSS 49 6

  3. shaper shaper Public

    interface styles shaper

    JavaScript 700 56

  4. doppler doppler Public

    Type scale with dynamic line height

    JavaScript 70 9

  5. matter matter Public

    JavaScript 31 8

  6. Dynamically decrease line-height as ... Dynamically decrease line-height as the font-size grows.
    1
    :root {
    2
      --lineHeightFixedAmount: 0.25rem;
    3
      --lineHeightRelativeAmount: 1em;
    4
      --sizesIncrement: 1.4;
    5