lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/components/_typography.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    big {

Line should be indented with spaces, not tabs
Open

    em {

Begin pseudo elements with double colons: ::
Open

        &:before {

Prefer single quoted strings
Open

        url("../fonts/noto_sans/NotoSans-Italic.woff2") format("woff");

Line should be indented with spaces, not tabs
Open

    address {

Line should be indented with spaces, not tabs
Open

    src: local("Noto Sans Italic"),

Prefer single quoted strings
Open

        url("../fonts/noto_sans/NotoSans-Italic.woff") format("woff"),

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

        @include media(">=tablet") {

Prefer single quoted strings
Open

    src: local("Noto Sans Italic"),

Prefer single quoted strings
Open

        url("../fonts/noto_sans/NotoSans-Italic.woff") format("woff"),

Line should be indented with spaces, not tabs
Open

    a {

Line should be indented with spaces, not tabs
Open

    dl {

Line should be indented with spaces, not tabs
Open

    strong {

Line should be indented with spaces, not tabs
Open

    blockquote {

Properties should be ordered border-radius, border-style, border-width, display, font-family, font-size, margin, padding, position, text-align
Open

        font-family: "Noto Sans Italic", sans-serif;

Prefer single quoted strings
Open

            @include media(">=tablet") {

Unnecessary parent selector (&)
Open

        & p {

Properties should be ordered margin-bottom, margin-top
Open

        margin-top: 0;

Prefer single quoted strings
Open

        @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    h3,

Prefer single quoted strings
Open

    font-family: "Noto Sans Italic";

Unnecessary parent selector (&)
Open

        & > dd {

Merge rule em with rule on line 26
Open

    em {

Line should be indented with spaces, not tabs
Open

    pre {

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

        color: #ffffff;

Line should be indented with spaces, not tabs
Open

    font-family: "Noto Sans Italic";

Prefer single quoted strings
Open

        url("../fonts/noto_sans/NotoSans-Italic.woff2") format("woff");

Rule declaration should be preceded by an empty line
Open

        p {

Rule declaration should be followed by an empty line
Open

        }

Line should be indented with spaces, not tabs
Open

    ol,

Line should be indented with spaces, not tabs
Open

    p {

Prefer single quoted strings
Open

                content: "\2014";

Line should be indented with spaces, not tabs
Open

    h6,

Line should be indented with spaces, not tabs
Open

    small {

Line should be indented with spaces, not tabs
Open

    h1,

Line should be indented with spaces, not tabs
Open

    h5,

Line should be indented with spaces, not tabs
Open

    table,

Properties should be ordered font-size, font-style, line-height
Open

            font-style: italic;

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

            & + dt {

Color #ffffff should be written as #fff
Open

        color: #ffffff;

Prefer single quoted strings
Open

            content: "”";

Line should be indented with spaces, not tabs
Open

    em {

Begin pseudo elements with double colons: ::
Open

            &:before {

Unnecessary parent selector (&)
Open

        & > dt {

Unnecessary parent selector (&)
Open

            & + dt {

Line should be indented with spaces, not tabs
Open

    .white {

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

            &:before {

Unnecessary parent selector (&)
Open

        & cite {

Line should be indented with spaces, not tabs
Open

    h4,

There are no issues that match your filters.

Category
Status