Skip to content
View hihayk's full-sized avatar

Organizations

@boringdesigners @designsystemstudio @Hedonic-Reversal

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 Loading

  1. scale scale Public

    Color scale generator

    JavaScript 1.6k 156

  2. poco poco Public

    poco.

    CSS 46 6

  3. shaper shaper Public

    interface styles shaper

    JavaScript 674 55

  4. doppler doppler Public

    Type scale with dynamic line height

    JavaScript 64 10

  5. matter matter Public

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