beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/helpers/_font-source-declaration.scss

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

    woff2: "#{$file-path}.woff2" format("woff2"),

Prefer single quoted strings
Open

    ttf:   "#{$file-path}.ttf" format("truetype"),

Prefer single quoted strings
Open

    eot:   "#{$file-path}.eot?#iefix" format("embedded-opentype"),

Prefer single quoted strings
Open

    woff:  "#{$file-path}.woff" format("woff"),

Prefer single quoted strings
Open

    svg:   "#{$file-path}.svg##{$font-family}" format("svg")

There are no issues that match your filters.

Category
Status