cattr-app/frontend-application

View on GitHub

Showing 4,835 of 4,835 total issues

Properties should be ordered color, font-weight
Open

    font-weight: bold;
Severity: Minor
Found in app/core/sass/includes/menu.scss by scss-lint

!important should not be used
Open

      color: $blue-900!important;
Severity: Minor
Found in app/core/sass/includes/menu.scss by scss-lint

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

h1, h2, h3, h4, h5, h6, h1, .h1, .h2, .h3, .h4, .h5, .h6 {
Severity: Minor
Found in app/core/sass/includes/typo.scss by scss-lint

! should be preceded by a space, and should not be followed by a space
Open

    border-bottom: 0!important;

Selector at-collapse__content should be written in lowercase with hyphens
Open

      .at-collapse__content {

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

      .at-collapse__content {

!important should not be used
Open

      border-bottom: none !important;

!important should not be used
Open

    border: 1px solid $border-color-base !important;

Selector at-select__input should be written in lowercase with hyphens
Open

  & .at-select__input {

0.9 should be written without a leading zero as .9
Open

    font-size: 0.9rem;

border: 0 is preferred over border: none
Open

    border: none;

Selector vs__dropdown-toggle should be written in lowercase with hyphens
Open

.has-error .vs__dropdown-toggle {

0px should be written without units as 0
Open

  box-shadow: 0px 0px 100px rgba(63, 51, 86, 0.05);
Severity: Minor
Found in app/core/sass/includes/core.scss by scss-lint

!important should not be used
Open

    color: $grey-400!important;
Severity: Minor
Found in app/core/sass/includes/menu.scss by scss-lint

No space allowed before :
Open

$layout-06                  : 6rem;

Space Before Colon

Rule space-before-colon will enforce whether or not a space should be included before a colon (:).

Options

  • include: true/false (defaults to false)

Examples

When include: false, the following are allowed. When include: true, the following are disallowed:

.foo {
  content: 'bar';
}

When include: true, the following are allowed. When include: false, the following are disallowed:

.foo {
  content :'bar';
}

!important should not be used
Open

    border-bottom: 0!important;

Properties should be ordered color, font-size, line-height, padding, white-space, width
Open

    padding: 6px 12px;

Properties should be ordered color, font-size, line-height, padding
Open

    padding: 8px 12px;

Properties should be ordered align-items, display, flex-flow, justify-content, margin-bottom
Open

    display: flex;
Severity: Minor
Found in app/core/sass/includes/crud.scss by scss-lint

Selector crud__content should be written in lowercase with hyphens
Open

.crud__content.crud__item-view {
Severity: Minor
Found in app/core/sass/includes/tasks.scss by scss-lint
Severity
Category
Status
Source
Language