lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/base/_scaffolding.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    scroll-behavior: smooth;

@include declaration should be preceded by an empty line
Open

    @include media(">=phone") {

Line should be indented with spaces, not tabs
Open

    li {

Line should be indented with spaces, not tabs
Open

    overflow-x: hidden;

Line should be indented with spaces, not tabs
Open

    @include media(">=desktop") {

Line should be indented with spaces, not tabs
Open

    display: none;

Prefer single quoted strings
Open

    @include media(">=phone") {

Prefer single quoted strings
Open

    @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    min-width: 100%;

Line should be indented with spaces, not tabs
Open

    @include img-responsive(inline-block);

!important should not be used
Open

        outline: none !important;

@include declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    max-width: 100%;

Line should be indented with spaces, not tabs
Open

    @include media(">=tablet") {

@include declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    &,

Line should be indented with spaces, not tabs
Open

    font-size: 5px;

Line should be indented with spaces, not tabs
Open

    direction: ltr;

Line should be indented with spaces, not tabs
Open

    -webkit-font-smoothing: antialiased;

Prefer single quoted strings
Open

    @include media(">=desktop") {

Properties should be ordered -moz-osx-font-smoothing, -webkit-font-smoothing, overflow-x
Open

    overflow-x: hidden;

Line should be indented with spaces, not tabs
Open

    line-height: 1.2;

Line should be indented with spaces, not tabs
Open

    -moz-osx-font-smoothing: grayscale;

Line should be indented with spaces, not tabs
Open

    @include media(">=phone") {

There are no issues that match your filters.

Category
Status