Skip to content

Instantly share code, notes, and snippets.

@WengerK
Last active August 31, 2016 14:42
Show Gist options
  • Save WengerK/1944128592f3e72043b65fb50e7de2fd to your computer and use it in GitHub Desktop.
Save WengerK/1944128592f3e72043b65fb50e7de2fd to your computer and use it in GitHub Desktop.
Atom Stylelint - Undefined rules

Undefined rule "no-missing-eof-newline" -> Renamed as "no-missing-end-of-source-newline"
Undefined rule "media-query-parentheses-space-inside" Renamed as "media-feature-parentheses-space-inside"
Undefined rule "number-zero-length-no-unit" Renamed as "length-zero-no-unit" Undefined rule "property-unit-blacklist" Renamed as "declaration-property-unit-blacklist" Undefined rule "property-unit-whitelist" Renamed as "declaration-property-unit-whitelist" Undefined rule "property-value-blacklist" Renamed as "declaration-property-value-blacklist" Undefined rule "property-value-whitelist" Renamed as "declaration-property-value-whitelist"

Dependencies

  • "gulp-stylelint": "^3.0.0",
  • "stylelint": "^7.0.1",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment