YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/styles/_Mixins.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    -o-transition: $settings;

Line should be indented with spaces, not tabs
Open

    text-overflow: ellipsis;

Selector c-detail-widget__actions should be written in lowercase with hyphens
Open

    .c-detail-widget__actions {

Line should be indented with spaces, not tabs
Open

    bottom: calculate-rem($bottom);

Line should be indented with spaces, not tabs
Open

    width: calculate-rem(35px);

Line should be indented with spaces, not tabs
Open

    -moz-box-shadow: $settings;

Line should be indented with spaces, not tabs
Open

    box-shadow: $settings;

0.8 should be written without a leading zero as .8
Open

    opacity: 0.8;

Avoid vendor prefixes.
Open

    -webkit-transition: $settings;

Avoid vendor prefixes.
Open

    -moz-column-count: $number;

Avoid vendor prefixes.
Open

    -webkit-column-gap: $number;

Line should be indented with spaces, not tabs
Open

    justify-content: center;

Line should be indented with spaces, not tabs
Open

    border-radius: 50%;

Name of variable rotateDeg should be written in all lowercase letters with hyphens instead of underscores
Open

            transform: rotate($rotateDeg);

Use // comments everywhere
Open

/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */

Line should be indented with spaces, not tabs
Open

    -moz-transition: $settings;

Avoid vendor prefixes.
Open

    -ms-transition: $settings;

Line should be indented with spaces, not tabs
Open

    -webkit-box-shadow: $settings;

Properties should be ordered bottom, position, right
Open

            position: absolute;

Line should be indented with spaces, not tabs
Open

    z-index: 9999999;

0.5 should be written without a leading zero as .5
Open

        @include u-transition(transform 0.5s ease);

Avoid vendor prefixes.
Open

    -moz-column-width: $number;

Avoid vendor prefixes.
Open

    -moz-transition: $settings;

Line should be indented with spaces, not tabs
Open

    -moz-column-count: $number;

Line should be indented with spaces, not tabs
Open

    column-count: $number;

Line should be indented with spaces, not tabs
Open

    -webkit-column-gap: $number;

Line should be indented with spaces, not tabs
Open

    -moz-column-gap: $number;

Line should be indented with spaces, not tabs
Open

    -webkit-column-width: $number;

Line should be indented with spaces, not tabs
Open

    -ms-transition: $settings;

Line should be indented with spaces, not tabs
Open

    transition: $settings;

Line should be indented with spaces, not tabs
Open

    -moz-column-width: $number;

Line should be indented with spaces, not tabs
Open

    white-space: nowrap;

Line should be indented with spaces, not tabs
Open

    right: calculate-rem($right);

Expected item on line 68 to appear before line 67. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

        @include u-transition(transform 0.5s ease);

Line should be indented with spaces, not tabs
Open

    display: flex;

Line should be indented with spaces, not tabs
Open

    opacity: 0.8;

Name of variable rotateDeg should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin u-transform($rotateDeg) {

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Line should be indented with spaces, not tabs
Open

    .c-detail-widget__actions {

Name of variable rotateDeg should be written in all lowercase letters with hyphens instead of underscores
Open

    .u-transform_rotate-#{$rotateDeg} {

Name of variable rotateDeg should be written in all lowercase letters with hyphens instead of underscores
Open

        &.u-transform_rotate-#{$rotateDeg} {

Avoid vendor prefixes.
Open

    -webkit-column-count: $number;

@mixin declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    .collapsed {

Name of mixin c-detail-widget__actions should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin c-detail-widget__actions($breakpoint-down, $breakpoint-up) {

Avoid vendor prefixes.
Open

    -o-transition: $settings;

Avoid vendor prefixes.
Open

    -moz-box-shadow: $settings;

Avoid vendor prefixes.
Open

    -webkit-box-shadow: $settings;

Line should be indented with spaces, not tabs
Open

    -webkit-transition: $settings;

Line should be indented with spaces, not tabs
Open

    -webkit-column-count: $number;

Line should be indented with spaces, not tabs
Open

    column-gap: $number;

Line should be indented with spaces, not tabs
Open

    align-items: center;

Line should be indented with spaces, not tabs
Open

    height: calculate-rem(35px);

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    .u-transform_rotate-#{$rotateDeg} {

Avoid vendor prefixes.
Open

    -moz-column-gap: $number;

Avoid vendor prefixes.
Open

    -webkit-column-width: $number;

Line should be indented with spaces, not tabs
Open

    column-width: $number;

Name of variable rotateDeg should be written in all lowercase letters with hyphens instead of underscores
Open

        .u-transform_rotate-#{$rotateDeg},

There are no issues that match your filters.

Category
Status