lightspeeddevelopment/lsx

View on GitHub
assets/css/scss/global/mixins/_include-media.scss

Summary

Maintainability
Test Coverage

Line should be indented 0 spaces, but was indented 3 spaces
Open

   @mixin media($conditions...) {

0.01 should be written without a leading zero as .01
Open

  'em': 0.01,

Line should be indented with spaces, not tabs
Open

    $breakpoints: $global-breakpoints !global;

Line should be indented with spaces, not tabs
Open

    $global-breakpoints: $breakpoints;

Line should be indented with spaces, not tabs
Open

    $global-media-expressions: $media-expressions;

Line should be indented with spaces, not tabs
Open

    @content;

Line should be indented with spaces, not tabs
Open

    $media-expressions: $tweak-media-expressions !global;

Line should be indented with spaces, not tabs
Open

    .foo {

0.1 should be written without a leading zero as .1
Open

  'rem': 0.1,

Line should be indented with spaces, not tabs
Open

    $breakpoints: map-merge($breakpoints, $tweakpoints) !global;

Line should be indented with spaces, not tabs
Open

    $media-expressions: map-merge($media-expressions, $tweak-media-expressions) !global;

There are no issues that match your filters.

Category
Status