Skip to content

Responsive sprites #11

@pmaselkowski

Description

@pmaselkowski

Sprites could be created from larger icons - and scaled down for responsivity, ie:
Instead of:

.icon-16-disk-black {
    background-position: -16px -112px;
}

Use percents:

.icon-16-disk-black {
    background-position: 5.44% 47%;
}

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