Skip to content

Set backface-visibility: hidden on lines in burger() mixin #87

@andreekeberg

Description

@andreekeberg

Consider adding backface-visibility: hidden to all three lines in the burger mixin, to fix the situations where when using $line: 1px, the lines get way too thin when rotated.

&,
&:before,
&:after {
    display: block;
    backface-visibility: hidden;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions