cattr-app/frontend-application

View on GitHub

Showing 4,835 of 4,835 total issues

Imported partial ./input.scss should be written as ./input
Open

@import './input.scss';

Prefer single quoted strings
Open

@import "includes/crud";
Severity: Minor
Found in app/core/sass/app.scss by scss-lint

border-bottom: 0 is preferred over border-bottom: none
Open

      border-bottom: none;

Imported partial ../variables.scss should be written as ../variables
Open

@import '../variables.scss';

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

    &--bar {

0px should be written without units as 0
Open

    box-shadow: 0px 0px 10px rgba(63, 51, 86, 0.1);

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

    .icon {

0.05 should be written without a leading zero as .05
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

Selector at-menu__submenu-title should be written in lowercase with hyphens
Open

      > .at-menu__submenu-title {
Severity: Minor
Found in app/core/sass/includes/menu.scss by scss-lint

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

    &__wraper {

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

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

    font-size: 0.9rem;

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

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

    .at-input__original,
Severity: Minor
Found in app/core/sass/includes/core.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

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

    .at-input__original,
Severity: Minor
Found in app/core/sass/includes/core.scss by scss-lint

Strings must use single quotes
Open

@import "vendor/at-ui/index";
Severity: Major
Found in app/core/sass/app.scss by sass-lint

Quotes

Rule quotes will enforce whether single quotes ('') or double quotes ("") should be used for all strings.

Options

  • style: single/double (defaults to single)

Examples

When style: single, the following are allowed. When style: double, the following are disallowed:

.foo {
  content: 'bar';
}

When style: double, the following are allowed. When style: single, the following are disallowed:

.foo {
  content: "bar";
}

Prefer single quoted strings
Open

@import "includes/core";
Severity: Minor
Found in app/core/sass/app.scss by scss-lint

Properties should be ordered border, border-radius
Open

  border-radius: 0px;

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

  .at-collapse__content .at-collapse__content {
Severity
Category
Status
Source
Language