junebug12851/pokered-save-editor

View on GitHub
src/styles/fonts/material/style.scss

Summary

Maintainability
Test Coverage

Showing 4 of 4 total issues

Properties should be ordered direction, display, font-family, -webkit-font-feature-settings, font-size, -webkit-font-smoothing, font-style, font-weight, letter-spacing, line-height, text-transform, white-space, word-wrap
Open

font-family: 'Material Icons';

URLs should be enclosed in quotes
Open

src: url(./styles/fonts/material/material.woff2) format('woff2');

Use // comments everywhere
Open

/* fallback */

Avoid vendor prefixes.
Open

-webkit-font-feature-settings: 'liga';
Category
Status