rokumatsumoto/boyutluseyler

View on GitHub
app/assets/stylesheets/framework/forms.scss

Summary

Maintainability
Test Coverage

Properties should be ordered bottom, content, display, left, position, top, width
Open

      content: '';

Properties should be ordered height, line-height, min-width, text-indent
Open

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

Avoid qualifying attribute selectors with an element.
Open

  div[class^="validation-"], div[class$="-feedback"]  {

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

  color: #525f7f;

Properties should be ordered font-size, font-weight, letter-spacing, padding-bottom, padding-top, text-transform
Open

  padding-top: .25rem;

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

    padding-left: 0.75rem;

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

  div[class^="validation-"], div[class$="-feedback"]  {

Opening curly brace { should be preceded by one space
Open

  div[class^="validation-"], div[class$="-feedback"]  {

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

      + label::after {

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 {

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-radius, cursor, display, height, line-height, min-width, outline, position, text-indent, user-select, vertical-align
Open

      position: relative;

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;

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

      + label::before {

Properties should be ordered background-color, border-radius, right, transition
Open

      right: 0;

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

      + label {

Properties should be ordered height, line-height, min-width, text-indent
Open

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

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

      + label::before {

Avoid qualifying attribute selectors with an element.
Open

  div[class^="validation-"], div[class$="-feedback"]  {

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

      + label::after {

There are no issues that match your filters.

Category
Status