Showing 176 of 242 total issues
Use //
comments everywhere Open
Open
/* ---------------- Animation part ------------------ */
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
100% { transform: translateY(0); }
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
20% { transform: translateY(-5px); }
- Exclude checks
Colon after property should be followed by one space Open
Open
padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
0% {
- Exclude checks
Avoid vendor prefixes. Open
Open
@-webkit-keyframes fadein {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
0% {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: block;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
margin-bottom: .5rem;
- Exclude checks
Line should be indented 0 spaces, but was indented 4 spaces Open
Open
.accordion__title {
- Exclude checks
Line should be indented 0 spaces, but was indented 8 spaces Open
Open
[aria-expanded="true"] .accordion__arrow::before {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
10% { transform: translateY(0); }
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
30% { transform: translateY(0); }
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
animation-duration: 1.5s;
- Exclude checks
Colon after property should be followed by one space Open
Open
padding-left:10px; border-left: 1px solid #ccc; padding-:10px;
- Exclude checks
Properties should be ordered animation-duration, animation-name Open
Open
animation-name: move-up;
- Exclude checks
Avoid vendor prefixes. Open
Open
@-moz-keyframes fadein {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border: 1px solid rgba(0, 0, 0, .1);
- Exclude checks
Line should be indented 0 spaces, but was indented 8 spaces Open
Open
.accordion__arrow::after {
- Exclude checks
Use //
comments everywhere Open
Open
/* -------------------------------------------------- */
- Exclude checks