18F/dolores-landingham-slack-bot

View on GitHub
app/assets/stylesheets/base/_typography.scss

Summary

Maintainability
Test Coverage

border-right: 0 is preferred over border-right: none
Open

  border-right: none;

border-top: 0 is preferred over border-top: none
Open

  border-top: none;

0.1 should be written without a leading zero as .1
Open

  transition: color 0.1s linear;

Line should be indented 2 spaces, but was indented 1 spaces
Open

 font-size: $base-font-size * 1.5;

Properties should be ordered color, font-family, font-size, -webkit-font-smoothing, line-height
Open

  -webkit-font-smoothing: antialiased;

Prefer single quoted strings
Open

  @include font-feature-settings("kern", "liga", "pnum");

border-left: 0 is preferred over border-left: none
Open

  border-left: none;

There are no issues that match your filters.

Category
Status