beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/neat/grid/_omega.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

    @include -neat-warn("Too many arguments passed to the omega() mixin.");

@else should be placed on same line as previous curly brace
Open

    @else {

Prefer single quoted strings
Open

    @include -neat-warn("The omega mixin will no longer take a $direction argument. To change the layout direction, use the direction(){...} mixin.");

Prefer single quoted strings
Open

    @include -neat-warn("The omega mixin no longer removes padding in table layouts.");

@else should be placed on same line as previous curly brace
Open

    @else {

Prefer single quoted strings
Open

  @if type-of($query) == number and unit($query) == "n" {

@else should be placed on same line as previous curly brace
Open

    @else if contains-display-value($query) and $table == false {

There are no issues that match your filters.

Category
Status