assets/css/scss/layout/_banner.scss
Expected item on line 42 to appear before line 38. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media('>=tablet') {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& p {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.search-field {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .page-banner-image {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.btn {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
html.ie .page-has-banner-full & {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .container {
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media('>992px') {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
html:not(.ie) .page-has-banner-full & {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-banner-content-wrap,
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
border-color: white;
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.field {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.submit-button, &.combination-dropdown {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& > .page-title {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.lsx.single-post & { display: none; }
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Properties should be ordered border-radius, min-width Open
Open
min-width: 400px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
html:not(.ie) .page-has-banner-full.admin-bar & {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.input-group {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
& p {
- Exclude checks
Properties should be ordered margin-left, margin-top, width Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
html:not(.ie) .page-has-banner-full & {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: white;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white !important;
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media('<custom') {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&.submit-button, &.combination-dropdown {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.page-banner {
- Exclude checks
!important should not be used Open
Open
color: white !important;
- Exclude checks
Properties should be ordered background-color, background-position, background-repeat, background-size, bottom, left, position, right, top, z-index Open
Open
bottom: 0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:last-child { margin-bottom: 0; }
- Exclude checks
Properties should be ordered border, border-color, border-radius, color, display, font-size, line-height, margin-top, padding, width Open
Open
border-radius: 50%;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white !important;
- Exclude checks
Properties should be ordered display, justify-content, width Open
Open
width: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
html:not(.ie) .page-has-banner-full & {
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media('>=tablet') {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
& p {
- Exclude checks
Properties should be ordered display, justify-content, width Open
Open
width: 100%;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.field {
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media('<custom') {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
& > .page-title {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .page-title {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
html.ie .page-has-banner-full & {
- Exclude checks
Expected item on line 152 to appear before line 150. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media('>=desktop') {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks