Skip to content

Unify responsive behaviour by using mixin below() #31

@pstackebrandt

Description

@pstackebrandt

You have two approaches to responsive design:
Media query mixins in variables.scss
Manual media queries in some components
Consider standardizing to use the mixins consistently:

// Instead of
@media (max-width: vars.$breakpoint-m) {
// styles
}

// Use consistently
@include below(medium) {
// styles
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions