rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

Colon after property should be followed by one space
Open

    background :#b4b4b4;

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

    img {

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

    &:hover {

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

  background :#b4b4b4;

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

    opacity: .8;

Properties should be ordered bottom, position, width
Open

  position: absolute;

Avoid qualifying class selectors with an element.
Open

nav.sort {

!important should not be used
Open

        color: $navbar-light-color !important;

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

  border: 1px solid #3e59d6;

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

    background :#b4b4b4;

Properties should be ordered display, width
Open

    width: 100%;

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

    @media (min-width: 37rem){

Properties should be ordered height, max-width, position
Open

      position: relative;

Commas in function arguments should be followed by one space
Open

    -webkit-box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

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

    color: #fff;

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

    display: inline-block;

Colon after property should be followed by one space
Open

  background :#b4b4b4;

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

        &:hover {

Commas in function arguments should be followed by one space
Open

    box-shadow: 0 1px 3px 0 rgba(51,51,51,.1);

Properties should be ordered color, display, font-size, font-weight, opacity, padding
Open

      display: block;
Severity
Category
Status
Source
Language