lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/global/_placeholders.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @include hide-text();

Line should be indented with spaces, not tabs
Open

    font-size: 18px;

Begin pseudo elements with double colons: ::
Open

    &:before,

Line should be indented with spaces, not tabs
Open

    &:before {

Line should be indented with spaces, not tabs
Open

    box-shadow: none;

Line should be indented with spaces, not tabs
Open

    &:focus { box-shadow: none; }

Line should be indented with spaces, not tabs
Open

    @include media('>=phone') { flex-flow: row nowrap; }

Begin pseudo elements with double colons: ::
Open

            &:after {

Shorthand form for property border-width should be written more concisely as 0 9px 9px instead of 0 9px 9px 9px
Open

                    @include media('>=tablet') { border-width: 0 9px 9px 9px; }

Begin pseudo elements with double colons: ::
Open

    &:before {

Line should be indented with spaces, not tabs
Open

    line-height: 1.33;

Line should be indented with spaces, not tabs
Open

    border-bottom: 0 none;

Nesting should be no greater than 3, but was 4
Open

            &:after {

Line should be indented with spaces, not tabs
Open

    flex-flow: column wrap;

Properties should be ordered border-style, border-width, bottom, content, height, left, position, transform, width
Open

                    content: '';

Line should be indented with spaces, not tabs
Open

    padding-left: 0;

Line should be indented with spaces, not tabs
Open

    & > li {

Unnecessary parent selector (&)
Open

    & > li {

Line should be indented with spaces, not tabs
Open

    border-width: 2px;

Line should be indented with spaces, not tabs
Open

    padding: 10px 20px;

Line should be indented with spaces, not tabs
Open

    justify-content: flex-start;

Shorthand form for property margin should be written more concisely as 0 0 15px instead of 0 0 15px 0
Open

    margin: 0 0 15px 0;

Line should be indented with spaces, not tabs
Open

    list-style: none;

Line should be indented with spaces, not tabs
Open

    transition: all 150ms ease;

Line should be indented with spaces, not tabs
Open

    padding-left: 0;

Shorthand form for property border-width should be written more concisely as 0 6px 6px instead of 0 6px 6px 6px
Open

                    border-width: 0 6px 6px 6px;

Line should be indented with spaces, not tabs
Open

    align-items: stretch;

Properties should be ordered align-items, border-bottom, display, flex-flow, justify-content, margin, padding-left
Open

    display: flex;

Unnecessary parent selector (&)
Open

        & > a {

Begin pseudo elements with double colons: ::
Open

    &:before,

Expected item on line 34 to appear before line 29. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    align-items: stretch;

Unnecessary parent selector (&)
Open

        & + li {

Line should be indented with spaces, not tabs
Open

    &:before,

Line should be indented with spaces, not tabs
Open

    display: flex;

Line should be indented with spaces, not tabs
Open

    margin: 0 0 15px 0;

There are no issues that match your filters.

Category
Status