WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/svg/icon-font-template.css

Summary

Maintainability
Test Coverage

@font-face declaration doesn't follow the fontspring bulletproof syntax.
Open

  font-style: normal;

Unexpected token ';' at line 23, col 6.
Open

<% }); %>

Unexpected token '<' at line 22, col 1.
Open

<% _.each(glyphs, function(glyph) { %>.<%= className %>-<%= glyph.name %>:before { content: "\<%= glyph.codepoint.toString(16).toUpperCase() %>" }

Unexpected token '%' at line 22, col 2.
Open

<% _.each(glyphs, function(glyph) { %>.<%= className %>-<%= glyph.name %>:before { content: "\<%= glyph.codepoint.toString(16).toUpperCase() %>" }

Rule doesn't have all its properties in alphabetical order.
Open

@font-face {

Expected IDENT at line 12, col 2.
Open

.<%= className %>:before {

Unexpected token ')' at line 23, col 5.
Open

<% }); %>

Unexpected token '<' at line 23, col 1.
Open

<% }); %>

Expected IDENT at line 22, col 6.
Open

<% _.each(glyphs, function(glyph) { %>.<%= className %>-<%= glyph.name %>:before { content: "\<%= glyph.codepoint.toString(16).toUpperCase() %>" }

Unexpected token '>' at line 23, col 9.
Open

<% }); %>

Unexpected token '}' at line 23, col 4.
Open

<% }); %>

Unexpected token '%' at line 23, col 8.
Open

<% }); %>

Unexpected token '%' at line 23, col 2.
Open

<% }); %>

There are no issues that match your filters.

Category
Status