Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

errors.md 833B

Errors & warnings

In addition to rule violations, stylelint surfaces the following errors and warnings:

CSS syntax error

The chosen PostCSS syntax was unable to parse the source.

Parse error

The chosen PostCSS syntax successfully parsed, but one of the construct-specific parsers failed to parse either a media query, selector or value within that source.

The construct-specific parsers are:

  • postcss-media-query-parser
  • postcss-selector-parser
  • postcss-value-parser

Unknown rule error

There is an unknown rule in the configuration object.

Deprecation warning

There is a deprecated rule in the configuration object.

Invalid option warning

There is a misconfigured rule in the configuration object.