hlfcoding/hlf-tumblr-log

View on GitHub

Showing 37 of 37 total issues

Line exceeds maximum allowed length
Open

          { expand: yes, cwd: 'lib/hlf-css/', src: '{fontawesome,FontAwesome}*', dest: 'release/' }
Severity: Minor
Found in Gruntfile.coffee by coffeelint

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

  background: #ccc;
Severity: Minor
Found in src/imports/_resets.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

object,
Severity: Minor
Found in src/theme.scss by scss-lint

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

      &::before {
Severity: Minor
Found in src/theme.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

.chat-post>.content>ol.body {
Severity: Minor
Found in src/theme.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

input[type='submit'],
Severity: Minor
Found in src/theme.scss by scss-lint

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

    >.bar .button {
Severity: Minor
Found in src/theme.scss by scss-lint

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

    >span {
Severity: Minor
Found in src/theme.scss by scss-lint

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

    >a {
Severity: Minor
Found in src/theme.scss by scss-lint

Properties should be ordered border, border-top, display, height, margin, padding
Open

  border-top: 1px solid #ccc;
Severity: Minor
Found in src/imports/_resets.scss by scss-lint

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

    >.message {
Severity: Minor
Found in src/theme.scss by scss-lint

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

      >* {
Severity: Minor
Found in src/theme.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

  >span[class^=icon] {
Severity: Minor
Found in src/theme.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

a.button { // specific
Severity: Minor
Found in src/theme.scss by scss-lint

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

  >li {
Severity: Minor
Found in src/theme.scss by scss-lint

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

  color: #222;
Severity: Minor
Found in src/imports/_resets.scss by scss-lint

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

      &::before {
Severity: Minor
Found in src/theme.scss by scss-lint

Merge rule li > & > img with rule on line 327
Open

    li > & > img {
Severity: Minor
Found in src/theme.scss by scss-lint

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

  background: #b3d4fc;
Severity: Minor
Found in src/imports/_resets.scss by scss-lint

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

      >button {
Severity: Minor
Found in src/theme.scss by scss-lint
Severity
Category
Status
Source
Language