Skip to content

duplicate property or selector, consider merging {block} #462

@piraveen

Description

@piraveen

Stylint complains about "duplicate property or selector, consider merging" for the usage of "{block}" in completely different functions.

// Should be used for "Print" style
view-print()
    @media print
        {block}

// For devices with a viewport up to 320px width
breakpoint-mobile-xs-view()
    @media screen and (max-width: 320px)
        {block}

// For devices with a viewport up to 1280px width (usually laptops & desktops)
breakpoint-desktop-view()
    @media screen and (min-width: 981px)
        {block}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions