fewieden/MMM-voice

View on GitHub
MMM-voice.css

Summary

Maintainability
Test Coverage

Expected "MMM-voice-pulse" to be "mmm-voice-pulse" (value-keyword-case)
Open

    -webkit-animation: MMM-voice-pulse 1s infinite;
Severity: Minor
Found in MMM-voice.css 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.

There are no issues that match your filters.

Category
Status