Skip to content

sprites.less reset section missing from less, sass, and scss #275

Closed
@jordandh

Description

Unless I am missing a build step I believe that the less, sass, and scss files are all missing the sprites.less reset styles. This section appears in the css files themselves but not the less, sass, and scss files.

/* sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
    display: block;
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions