cattr-app/frontend-application

View on GitHub
app/core/sass/includes/components/ql-editor.scss

Summary

Maintainability
Test Coverage

!important not allowed
Open

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

No Important

Rule no-important will enforce that important declarations are not allowed to be used.

Examples

When enabled, the following are disallowed:

.foo {
  content: 'bar' !important;
}

!important not allowed
Open

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

No Important

Rule no-important will enforce that important declarations are not allowed to be used.

Examples

When enabled, the following are disallowed:

.foo {
  content: 'bar' !important;
}

!important should not be used
Open

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

!important should not be used
Open

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

There are no issues that match your filters.

Category
Status