assets/css/scss/global/_placeholders.scss
Line should be indented with spaces, not tabs Open
Open
transition: all 150ms ease;
- Exclude checks
Expected item on line 34 to appear before line 29. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
align-items: stretch;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: flex;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding-left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include hide-text();
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-shadow: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
line-height: 1.33;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 0 0 15px 0;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > li {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:before,
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0 0 15px
instead of 0 0 15px 0
Open
Open
margin: 0 0 15px 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-size: 18px;
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0 6px 6px
instead of 0 6px 6px 6px
Open
Open
border-width: 0 6px 6px 6px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:before {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-bottom: 0 none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media('>=phone') { flex-flow: row nowrap; }
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > li {
- Exclude checks
Properties should be ordered border-style, border-width, bottom, content, height, left, position, transform, width Open
Open
content: '';
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
list-style: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
flex-flow: column wrap;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-width: 2px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:focus { box-shadow: none; }
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding-left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
align-items: stretch;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& + li {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:after {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > a {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0 9px 9px
instead of 0 9px 9px 9px
Open
Open
@include media('>=tablet') { border-width: 0 9px 9px 9px; }
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Properties should be ordered align-items, border-bottom, display, flex-flow, justify-content, margin, padding-left Open
Open
display: flex;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
justify-content: flex-start;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 10px 20px;
- Exclude checks