lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/components/_slider.scss

Summary

Maintainability
Test Coverage

Properties should be ordered display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, line-height, position, text-rendering, top, transform, transition
Open

            line-height: 1;

Begin pseudo elements with double colons: ::
Open

            &:before {

Begin pseudo elements with double colons: ::
Open

            &:before {

Unnecessary parent selector (&)
Open

        & > li {

Unnecessary parent selector (&)
Open

            & > button {

Line should be indented with spaces, not tabs
Open

    .slick-arrow {

Line should be indented with spaces, not tabs
Open

    .slick-arrow {

Line should be indented with spaces, not tabs
Open

    .slick-dots:not(.dropdown-menu) {

Line should be indented with spaces, not tabs
Open

    .slick-arrow {

Line should be indented with spaces, not tabs
Open

    right: 32px;

Begin pseudo elements with double colons: ::
Open

        &:before {

Line should be indented with spaces, not tabs
Open

    top: 47px;

Nesting should be no greater than 3, but was 4
Open

            & > button {

Nesting should be no greater than 3, but was 4
Open

            &:before {

Nesting should be no greater than 3, but was 4
Open

            &:before {

Selector should have depth of applicability no greater than 3, but was 4
Open

            & > button {

There are no issues that match your filters.

Category
Status