lightspeeddevelopment/lsx

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

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

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

Begin pseudo elements with double colons: ::
Open

        &:before {

Line should be indented with spaces, not tabs
Open

    pre {

Line should be indented with spaces, not tabs
Open

    strong {

Prefer single quoted strings
Open

    font-family: "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

    table,

Prefer single quoted strings
Open

    src: local("Noto Sans Italic"),

Rule declaration should be preceded by an empty line
Open

        p {

Unnecessary parent selector (&)
Open

        & cite {

Begin pseudo elements with double colons: ::
Open

            &:before {

Unnecessary parent selector (&)
Open

        & > dd {

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

            &:before {

Line should be indented with spaces, not tabs
Open

    h6,

Line should be indented with spaces, not tabs
Open

    h3,

Line should be indented with spaces, not tabs
Open

    p {

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

        color: #ffffff;

Prefer single quoted strings
Open

        @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    dl {

Unnecessary parent selector (&)
Open

            & + dt {

Prefer single quoted strings
Open

            @include media(">=tablet") {

Line should be indented with spaces, not tabs
Open

    src: local("Noto Sans Italic"),

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;

Unnecessary parent selector (&)
Open

        & > dt {

Prefer single quoted strings
Open

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

Line should be indented with spaces, not tabs
Open

    em {

Line should be indented with spaces, not tabs
Open

    blockquote {

Merge rule em with rule on line 26
Open

    em {

Line should be indented with spaces, not tabs
Open

    h5,

Prefer single quoted strings
Open

                content: "\2014";

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

            font-style: italic;

Line should be indented with spaces, not tabs
Open

    h1,

Line should be indented with spaces, not tabs
Open

    h4,

Rule declaration should be followed by an empty line
Open

        }

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") {

Line should be indented with spaces, not tabs
Open

    .white {

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

            content: "”";

Line should be indented with spaces, not tabs
Open

    em {

Line should be indented with spaces, not tabs
Open

    ol,

Line should be indented with spaces, not tabs
Open

    small {

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

            & + dt {

Color #ffffff should be written as #fff
Open

        color: #ffffff;

Line should be indented with spaces, not tabs
Open

    font-family: "Noto Sans Italic";

Line should be indented with spaces, not tabs
Open

    address {

Unnecessary parent selector (&)
Open

        & p {

Line should be indented with spaces, not tabs
Open

    a {

Line should be indented with spaces, not tabs
Open

    big {

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

        margin-top: 0;

There are no issues that match your filters.

Category
Status