consul/consul

View on GitHub
app/assets/stylesheets/mixins/icons.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

      font-family: "Font Awesome 5 Brands";

0.9 should be written without a leading zero as .9
Open

  font-size: 0.9em;

Prefer single quoted strings
Open

    @if $style == "brands" {

Prefer single quoted strings
Open

    @if $style == "solid" {

Prefer single quoted strings
Open

  font-family: "Font Awesome 5 Free";

!important should not be used
Open

    content: "" !important;

Prefer single quoted strings
Open

@mixin has-fa-icon($icon, $style, $position: "before") {

There are no issues that match your filters.

Category
Status