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

1234567891011121314151617181920212223242526272829
  1. # Errors & warnings
  2. In addition to rule violations, stylelint surfaces the following errors and warnings:
  3. ## CSS syntax error
  4. The chosen [PostCSS syntax](../about/syntaxes.md) was unable to parse the source.
  5. ## Parse error
  6. The chosen [PostCSS syntax](../about/syntaxes.md) successfully parsed, but one of the construct-specific parsers failed to parse either a media query, selector or value within that source.
  7. The construct-specific parsers are:
  8. - `postcss-media-query-parser`
  9. - `postcss-selector-parser`
  10. - `postcss-value-parser`
  11. ## Unknown rule error
  12. There is an unknown rule in the [configuration object](configure.md).
  13. ## Deprecation warning
  14. There is a deprecated rule in the [configuration object](configure.md).
  15. ## Invalid option warning
  16. There is a misconfigured rule in the [configuration object](configure.md).