Skip to content
View hihayk's full-sized avatar

Organizations

@boringdesigners @designsystemstudio @Hedonic-Reversal
Block or Report

Block or report hihayk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. scale scale Public

    Color scale generator

    JavaScript 1.6k 148

  2. poco poco Public

    poco.

    CSS 45 6

  3. shaper shaper Public

    interface styles shaper

    JavaScript 668 54

  4. doppler doppler Public

    Type scale with dynamic line height

    JavaScript 62 9

  5. matter matter Public

    JavaScript 28 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