Showing 2,141 of 2,141 total issues
!important should not be used Open
Open
display: none !important;
- Exclude checks
Avoid using id selectors Open
Open
#app-footer a[href]:after {
- Exclude checks
Colon after property should be followed by one space Open
Open
margin-left:0 !important;
- Exclude checks
Avoid using id selectors Open
Open
#results-container {
- Exclude checks
Properties should be ordered margin-right, vertical-align Open
Open
vertical-align: top;
- Exclude checks
Colon after property should be followed by one space Open
Open
padding-top:0 !important;
- Exclude checks
!important should not be used Open
Open
display:none !important;
- Exclude checks
!important should not be used Open
Open
padding: 0 !important;
- Exclude checks
!important should not be used Open
Open
text-decoration: none !important;
- Exclude checks
!important should not be used Open
Open
display: block !important;
- Exclude checks
Avoid using id selectors Open
Open
#detail-info > * > section * > section {
- Exclude checks
Property border-bottom
already defined on line 1101 Open
Open
border-bottom: 1px solid rgba($black,.1);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
h1 {
- Exclude checks
Properties should be ordered clear, padding, text-align Open
Open
text-align: right;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
color: rgba($black,.4);
- Exclude checks
Name of variable greyscale_midtone
should be written in all lowercase letters with hyphens instead of underscores Open
Open
border-bottom: 1px solid $greyscale_midtone; // IE fallback
- Exclude checks
Use //
comments everywhere Open
Open
/* ==========================================================================
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
clip: rect(0 0 0 0);
- Exclude checks
Expected item on line 30 to appear before line 27. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include transition(opacity $animation-duration-base, z-index $animation-duration-base);
- Exclude checks
Properties should be ordered margin-top, position, -moz-transition, -webkit-transition, transition, z-index Open
Open
z-index:-1 !important;
- Exclude checks