proustibat/svg-loader-es6-example

View on GitHub

Showing 2 of 2 total issues

Expected "Helvetica" to be "helvetica" (value-keyword-case)
Open

$theme-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
Severity: Minor
Found in src/styles/variables.scss by stylelint

value-keyword-case

Specify lowercase or uppercase for keywords values.

<!-- prettier-ignore -->
a { display: block; }
/**              ↑
 *    These values */

This rule ignores <custom-idents> of known properties. Keyword values which are paired with non-properties (e.g. $vars and custom properties), and do not conform to the primary option, can be ignored using the ignoreKeywords: [] secondary option.

The [fix option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule.

Expected "Arial" to be "arial" (value-keyword-case)
Open

$theme-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
Severity: Minor
Found in src/styles/variables.scss by stylelint

value-keyword-case

Specify lowercase or uppercase for keywords values.

<!-- prettier-ignore -->
a { display: block; }
/**              ↑
 *    These values */

This rule ignores <custom-idents> of known properties. Keyword values which are paired with non-properties (e.g. $vars and custom properties), and do not conform to the primary option, can be ignored using the ignoreKeywords: [] secondary option.

The [fix option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule.

Severity
Category
Status
Source
Language