app/assets/stylesheets/components/_input-search.scss
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Properties should be ordered color, line-height, text-shadow Open
Open
text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;
- Exclude checks
0.6
should be written without a leading zero as .6
Open
Open
@include input-placeholder(rgba($white, 0.6), italic);
- Exclude checks
Name of variable font_size_105
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_105;
- Exclude checks
Colon after property should be followed by one space Open
Open
vertical-align:middle;
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;
- Exclude checks
Property color
already defined on line 126 Open
Open
color: $button-color;
- Exclude checks
Property color
already defined on line 223 Open
Open
color: midtone($black, 0.5);
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
background: rgba($white, 0.3);
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
background: rgba($white, 0.3);
- Exclude checks
Properties should be ordered background, border, border-collapse, color, font-size, margin-top, outline, position, right, top Open
Open
position: absolute;
- Exclude checks
Property color
already defined on line 271 Open
Open
color: rgba($black, .1);
- Exclude checks
Expected item on line 82 to appear before line 78. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include box-sizing(border-box);
- Exclude checks
Properties should be ordered color, text-shadow Open
Open
text-shadow: none;
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
border: 1px solid rgba($input-border-color, 0.2);
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
color: $greyscale_midtone; // IE Fallback
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
border:1px solid rgba($input-border-color, 0.4);
- Exclude checks
Properties should be ordered -webkit-appearance, background, border, border-bottom, border-collapse, color, font-size, height, padding-left, padding-right, width Open
Open
width: 100%;
- Exclude checks
0.6
should be written without a leading zero as .6
Open
Open
@include input-placeholder(rgba($white, 0.6), italic);
- Exclude checks
Properties should be ordered background, border, border-collapse, cursor, font-family, font-size, height, left, line-height, margin, margin-left, min-width, padding, position, top, vertical-align, z-index Open
Open
cursor: pointer;
- Exclude checks
Name of variable font_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_serif;
- Exclude checks
Colon after property should be followed by one space Open
Open
border:1px solid rgba($input-border-color, 0.4);
- Exclude checks
Properties should be ordered background, border, border-collapse, border-left, cursor, font-family, font-size, height, left, letter-spacing, line-height, margin, margin-left, min-width, padding, position, right, top, vertical-align, z-index Open
Open
position: absolute;
- Exclude checks
Name of variable font_serif
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-family: $font_serif;
- Exclude checks
Name of variable font_size_90
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_90;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
color: midtone($black, 0.5);
- Exclude checks
Prefer single quoted strings Open
Open
content: "×";
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
@include input-placeholder(midtone($black, 0.2), italic);
- Exclude checks
Name of variable accentA-light
should be written in all lowercase letters with hyphens instead of underscores Open
Open
text-shadow: 1px 4px 6px $accentA-light, 0 0 0 $black, 1px 4px 6px $accentA-light;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
>span {
- Exclude checks
Expected item on line 186 to appear before line 182. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include box-sizing(border-box);
- Exclude checks
0.7
should be written without a leading zero as .7
Open
Open
border-bottom: 1px solid rgba($white, 0.7);
- Exclude checks
Expected item on line 42 to appear before line 36. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include box-sizing(border-box);
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
color: rgba($black, 0.5);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.fa {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
Property color
already defined on line 126 Open
Open
color: midtone($black, .5);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
>.fa {
- Exclude checks
Merge rule .input-search-filter.input-search-filter-option
with rule on line 152 Open
Open
.input-search-filter.input-search-filter-option {
- Exclude checks
Expected item on line 220 to appear before line 210. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include rounded-except(bottom);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.fa {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Expected item on line 109 to appear before line 98. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include box-sizing(border-box);
- Exclude checks
Properties should be ordered color, font-size Open
Open
font-size: $font_size_90;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
@include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_95;
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
@include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
border-left: 1px solid rgba($input-border-color, 0.2);
- Exclude checks
Name of variable font_size_115
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_115;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
position:relative;
- Exclude checks
Expected item on line 30 to appear before line 17. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include single-box-shadow(0, 1px, 6px, 1px, rgba($black, 0.1), inset);
- Exclude checks
Properties should be ordered background, border, border-collapse, color, font-size, height, margin, padding, padding-left, padding-right, vertical-align, width Open
Open
padding-left: 45px;
- Exclude checks
Name of variable font_size_110
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_110;
- Exclude checks
Properties should be ordered background, border, color, cursor, font-size, height, margin-left, padding, position, text-align, width, z-index Open
Open
font-size: $font_size_110;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
border-bottom: 1px solid rgba($white, 0.3);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> .fa {
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
border: 1px solid rgba($input-border-color, 0.4);
- Exclude checks
Name of variable font_size_95
should be written in all lowercase letters with hyphens instead of underscores Open
Open
font-size: $font_size_95;
- Exclude checks
Property border
already defined on line 211 Open
Open
border: 1px solid rgba($white, 0);
- Exclude checks
Properties should be ordered background, border, border-bottom, border-collapse, color, font-size, height, margin-left, padding, padding-left, padding-right, vertical-align, width Open
Open
font-size: $font_size_105;
- Exclude checks
Properties should be ordered background, border, cursor, font-size, margin, max-height, padding, padding-bottom, padding-top Open
Open
font-size: $font_size_95;
- Exclude checks