scottohara/loot

View on GitHub
src/accounts/css/index.css

Summary

Maintainability
Test Coverage

Rule is empty.
Open

table.accounts {
Severity: Minor
Found in src/accounts/css/index.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import "~/loot/css/variables.css";
Severity: Minor
Found in src/accounts/css/index.css by csslint

Element (table.accounts) is overqualified, just use .accounts without element name.
Open

table.accounts {
Severity: Minor
Found in src/accounts/css/index.css by csslint

Expected COLON at line 4, col 4.
Open

    tr.closed-account {
Severity: Minor
Found in src/accounts/css/index.css by csslint

Expected COLON at line 7, col 5.
Open

        a {
Severity: Minor
Found in src/accounts/css/index.css by csslint

Expected RBRACE at line 14, col 3.
Open

        &.amount {
Severity: Minor
Found in src/accounts/css/index.css by csslint

Unexpected token '}' at line 19, col 1.
Open

}
Severity: Minor
Found in src/accounts/css/index.css by csslint

Unexpected token '}' at line 18, col 2.
Open

    }
Severity: Minor
Found in src/accounts/css/index.css by csslint

Unexpected token '}' at line 10, col 2.
Open

    }
Severity: Minor
Found in src/accounts/css/index.css by csslint

There are no issues that match your filters.

Category
Status