rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

!important should not be used
Open

        color: $navbar-dark-color !important;

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

    height: 100%;

Properties should be ordered height, width
Open

    width: 16rem;

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

    .actionbar-right{

0.75 should be written without a leading zero as .75
Open

  padding-bottom: 0.75rem;

Each selector in a comma sequence should be on its own single line
Open

  &--over, &:focus {

0.14 should be written without a leading zero as .14
Open

    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.14);

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

      .avatar-cropper-btn {

Commas in function arguments should be followed by one space
Open

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

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

    color: #b4b4b4;

Properties should be ordered background-color, border, color, font-size, height
Open

  font-size: $font-size-sm;

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

    border-color: #3e59d6;

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

     font-weight: 500;

Avoid qualifying class selectors with an element.
Open

img.thumb, a.thumb img{

Opening curly brace { should be preceded by one space
Open

a.thumb{

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

    width: 100%;

Properties should be ordered height, width
Open

    width: 33rem;

Properties should be ordered height, width
Open

    width: 16rem;

Rule declaration should be followed by an empty line
Open

    }

0px should be written without units as 0
Open

    text-shadow: 0px 1px rgba(40, 40, 40, 0.3);
Severity
Category
Status
Source
Language