rokumatsumoto/boyutluseyler

View on GitHub

Showing 439 of 439 total issues

Properties should be ordered font-family, font-size, font-weight, left, position, top
Open

  position: absolute;

Properties should be ordered border-radius, cursor, display, height, line-height, min-width, outline, position, text-indent, user-select, vertical-align
Open

      position: relative;

Opening curly brace { should be preceded by one space
Open

.box-thumb{

Commas in function arguments should be followed by one space
Open

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

Properties should be ordered hyphens, line-height, word-break, word-wrap
Open

    line-height: 1.4;

Merge rule .inline-list > li with rule on line 55
Open

.inline-list > li {

Shorthand form for property padding should be written more concisely as .5rem 0 0 instead of .5rem 0 0 0
Open

  padding:.5rem 0 0 0;

Properties should be ordered color, font-size, font-weight
Open

  font-size: .875rem;

Properties should be ordered background, border, clip, clip-path, height, overflow, padding, position, width
Open

    position: absolute;

Properties should be ordered border, padding-bottom, padding-top
Open

    padding-top: .5rem;

Properties should be ordered background-color, color
Open

  color: $curious-blue-2;

Properties should be ordered background-color, color
Open

  color: $pale-sky;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .card;

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

    &:first-child {

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

    hyphens: auto;

Opening curly brace { should be preceded by one space
Open

.up--error{

Empty rule
Open

.up-image {

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

      + label::before {

Properties should be ordered align-items, display, justify-content
Open

  display: flex;

Prefer single quoted strings
Open

@import "pages/**/*";
Severity
Category
Status
Source
Language