Skip to content

issues Search Results · language:Dune language:Python linked:pr language:Java language:JavaScript language:HTML

Filter by

6.3M results  (381 ms)

6.3M results

utilities.css lines 127 (.ease-gap-1), 129 (.ease-gap-3), and 134 (.ease-gap-10) use var(--ease-space-1), var(--ease-space-3), and var(--ease-space-10) without fallback values, unlike other gap utilities. ...
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

base.css line 56 sets transition: color var(--ease-speed-fast) var(--ease-ease) on a elements but there is no @media (prefers-reduced-motion: reduce) guard for this transition. Create a submission demo ...
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

base.css lines 38, 41-46 use var(--ease-color-neutral-900), var(--ease-text-4xl), var(--ease-text-3xl), etc without fallback values for typography tokens. Create a submission demo under submissions/examples/base-heading-fallbacks-bug-demo ...
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

base.css lines 24-28 use var(--ease-font-sans), var(--ease-text-base), var(--ease-leading-normal), var(--ease-color-text), and var(--ease-color-bg) without any fallback values. Create a submission demo ...
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

masonry.css lines 217-222 apply transition: none !important to ALL .ease-masonry * children under prefers-reduced-motion, which is overly broad and kills intentional transitions on child elements. Create ...
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

tooltips.css lines 3-12 define --ease-tooltip-* custom properties in :root inside @layer easemotion-components. These should be in the base layer to match other design tokens. Being in a component layer ...
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

buttons.css has .ease-btn-icon for icon-only buttons but no .ease-btn-icon-sm or .ease-btn-icon-lg variants. Other button styles (btn-sm, btn-lg) exist. Create a submission demo under submissions/examples/buttons-icon-size-variants-bug-demo ...
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

cards.css has .ease-card-accent (primary), .ease-card-accent-success, .ease-card-accent-danger, and .ease-card-accent-warning but no .ease-card-accent-info or .ease-card-accent-secondary. Create a submission ...
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

cards.css line 180 references var(--ease-color-text-dark, #f8fafc) but --ease-color-text-dark is never defined in variables.css. Create a submission demo under submissions/examples/cards-text-dark-token-bug-demo ...
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate

cards.css line 135 uses border: 1px solid rgba(255, 255, 255, 0.3) instead of var(--ease-glass-border, rgba(255, 255, 255, 0.20)). Create a submission demo under submissions/examples/cards-glass-border-bug-demo ...
accepted
gssoc:approved
GSSoC-26
level:intermediate
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.