rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

0.25 should be written without a leading zero as .25
Open

  margin-top: 0.25rem;

Avoid vendor prefixes.
Open

  -ms-user-select:none;

Properties should be ordered background, height, position, transition, width
Open

  position: absolute;

Colon after property should be followed by one space
Open

    text-decoration:underline;

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

      + label {

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

      &:checked + label::after {

Declaration should be terminated by a semicolon
Open

  border-radius: .5rem

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

    border-bottom: 1px solid rgba(0,0,0,.05);

Colon after property should be followed by one space
Open

  -webkit-user-select:none;

Begin pseudo elements with double colons: ::
Open

  &:before {

Properties should be ordered background-color, border-radius, height, left, top, transition, width
Open

      top: $switch-thumb-padding;

Properties should be ordered height, width
Open

        width: calc(#{$switch-height-sm} - calc(#{$switch-thumb-padding} * 2));

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

      &:checked + label::after {

Properties should be ordered height, width
Open

        width: calc(#{$switch-height-lg} - calc(#{$switch-thumb-padding} * 2));

Properties should be ordered border, border-radius, overflow, position
Open

  overflow: hidden;

Colon after property should be followed by one space
Open

    color:#fff;

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

    line-height: 1.4;

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

    word-break: break-word;

Properties should be ordered font-size, margin-top, width
Open

  width: 100%;

Colon after property should be followed by one space
Open

  padding:.5rem 0 0 0;
Severity
Category
Status
Source
Language