lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/bb-press/bb-press.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    div.bbp-template-notice {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    padding: 15px;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    text-transform: uppercase;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #dadddf should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border: 1px solid #dadddf;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    box-shadow: 2px 2px 0 0 nth($blue, 3);
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #fff;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    letter-spacing: 0.6px;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    -moz-osx-font-smoothing: grayscale;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.bbp-pagination {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

    -webkit-font-smoothing: antialiased;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

!important should not be used
Open

        background-color: #dae7f7 !important;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .site-main {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .bbp-breadcrumb {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #4a90e2 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        border-color: #4a90e2;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        p.bbp-topic-description,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        a.bbp-forum-title,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

            a.bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

            }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        div.bbp-submit-wrapper {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        &:hover {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.bbp-template-notice {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Properties should be ordered background-color, border
Open

            border: #cee1ef 1px solid;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            .bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-forum-content {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        li.bbp-forum-reply-count,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    fieldset.bbp-form {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Properties should be ordered background-color, border, border-radius, box-shadow, color, font-size, letter-spacing, line-height, padding, text-transform
Open

    box-shadow: 2px 2px 0 0 nth($blue, 3);
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid using id selectors
Open

        #bbp_search {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid using id selectors
Open

        #bbp_search_submit {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            &:hover {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #dae7f7 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: #dae7f7;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    .bbp-topics-front ul.super-sticky,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    li.bbp-header {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        li.bbp-forum-reply-count,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    div.odd,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #dae7f7 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: #dae7f7 !important;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #e1e6eb should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            background-color: #e1e6eb;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        li.bbp-forum-reply-count,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    #bbp-single-user-details {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid using id selectors
Open

    #bbp-single-user-details {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid using id selectors
Open

        #bbp-user-navigation {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    button.button {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    font-size: 14px;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Selector bbp_search_submit should be written in lowercase with hyphens
Open

        #bbp_search_submit {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        a.bbp-forum-title,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            color: #4a4a4a;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Prefer single quoted strings
Open

@import "../scss/global/mixins";
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-topic-meta {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    color: #fff;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.odd,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    line-height: 1.25;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            color: #fff;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        .bbp-reply-author {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color: nth($blue, 3);
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

            li.current {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid using id selectors
Open

#bbpress-forums {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    button.button {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

!important should not be used
Open

            float: initial !important;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Properties should be ordered border, border-radius, box-shadow, color, font-size, font-weight, padding
Open

            color: #919191;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            a.bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        color: #4a4a4a;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.odd,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            a.bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            + label {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    li.bbp-header {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Properties should be ordered color, font-size
Open

            font-size: 18px;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-topic-meta {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

        input[type="checkbox"] {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    -webkit-font-smoothing: antialiased;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    div.bbp-search-form {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Selector bbp_search should be written in lowercase with hyphens
Open

        #bbp_search {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #919191 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            color: #919191;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            &:hover {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            .bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    .bbp-topics-front ul.super-sticky,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    div.bbp-pagination {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        span.bbp-admin-links {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        legend {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color: nth($blue, 1);
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border: 0 none;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    .bbp-breadcrumb {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        &.info {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #cee1ef should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            border: #cee1ef 1px solid;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #f0f8ff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            background-color: #f0f8ff;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            li.current {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        li.bbp-forum-reply-count,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    li.bbp-footer {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        div.bbp-reply-author,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

                a {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

0.6 should be written without a leading zero as .6
Open

    letter-spacing: 0.6px;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .bbp-topics-front ul.super-sticky,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    .bbp-topics-front ul.super-sticky,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            color: #4a4a4a;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        a.bbp-reply-permalink {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        img.avatar.pull-left {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-forum-content {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.odd,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: #fff;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #2b3840 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            background-color: #2b3840;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            li.current {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Prefer single quoted strings
Open

@import "../scss/global/variables";
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Prefer single quoted strings
Open

@import "../scss/global/placeholders";
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    li.bbp-body {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

        }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: #fff;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .bbp-topic-form,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-radius: 3px;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.bbp-search-form {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        #bbp_search {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    .bbp-topics-front ul.super-sticky,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Color literals like #4a4a4a should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            color: #4a4a4a;
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

            a.bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    li.bbp-footer {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    li.bbp-body {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        div.bbp-reply-header {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

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

            .bbp-author-avatar {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

        div.bbp-reply-author,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    div.odd,
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

    fieldset.bbp-form {
Severity: Minor
Found in assets/css/bb-press/bb-press.scss by scss-lint

There are no issues that match your filters.

Category
Status