lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/layout/_mobile.scss

Summary

Maintainability
Test Coverage

Properties should be ordered margin-left, margin-right, padding-left, padding-right
Open

                padding-left: 0;

Properties should be ordered margin, padding
Open

                padding: 15px 0px;

0px should be written without units as 0
Open

            padding-right:0px;

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

                #primary {

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

                #primary {

Properties should be ordered margin, padding
Open

                    padding: 50px 20px 50px;

Line should be indented with spaces, not tabs
Open

    .search.search-results {

Selector should have depth of applicability no greater than 3, but was 4
Open

                .archive-header {

0px should be written without units as 0
Open

                margin: 0px;

Rule declaration should be followed by an empty line
Open

        }

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

                .archive-header {

Rule declaration should be followed by an empty line
Open

        }

0px should be written without units as 0
Open

                padding: 15px 0px;

Line should be indented with spaces, not tabs
Open

    .lsx:not(.single-post):not(.page-has-banner) {

Properties should be ordered margin, padding
Open

                padding: 15px 0;

0px should be written without units as 0
Open

                margin: 0px;

Colon after property should be followed by one space
Open

            padding-right:0px;

Colon after property should be followed by one space
Open

                margin-right:0;

Rule declaration should be preceded by an empty line
Open

                .archive-header {

Line should be indented with spaces, not tabs
Open

    .blog,

Properties should be ordered margin-left, margin-right, padding-bottom, padding-left, padding-right
Open

                padding-left: 15px;

Avoid using id selectors
Open

                #primary {

Properties should be ordered margin-bottom, padding
Open

                    padding: 0 15px;

Unnecessary parent selector (&)
Open

        & > .wrap.container {

0px should be written without units as 0
Open

                padding: 15px 0px;

Colon after property should be followed by one space
Open

                    padding:0;

Properties should be ordered margin, padding
Open

                padding: 15px 0px;

Colon after property should be followed by one space
Open

                margin-left:0;

Selector should have depth of applicability no greater than 3, but was 4
Open

                #primary {

Selector should have depth of applicability no greater than 3, but was 4
Open

                #primary {

Avoid using id selectors
Open

                #primary {

Line should be indented with spaces, not tabs
Open

    .single-post,

Colon after property should be followed by one space
Open

            padding-left:0px;

0px should be written without units as 0
Open

            padding-left:0px;

Shorthand form for property padding should be written more concisely as 50px 20px instead of 50px 20px 50px
Open

                    padding: 50px 20px 50px;

Line should be indented with spaces, not tabs
Open

    .page {

There are no issues that match your filters.

Category
Status