Skip to content

Commit

Permalink
Add info about invalid syntax in FAQ (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanich37 authored and hudochenkov committed Jan 10, 2020
1 parent 18b1f99 commit 1005cbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user-guide/faq.md
Expand Up @@ -170,3 +170,7 @@ The `extends` mechanism is [detailed within the configuration docs](configuratio
> When one configuration extends another, it starts with the other's properties then adds to and overrides what's there.
The reason for this design is documented in [#1646](https://github.com/stylelint/stylelint/issues/1646#issuecomment-232779957).

## Why doesn't stylelint report any warnings about invalid syntax in my CSS/Sass/Less/etc. files?

The main aim of stylelint is to help you avoid frequently repeated errors and enforce conventions in your styles. But it's out of stylelint scope to check CSS/Sass/Less/etc. syntax validity. For such purposes please use validator instead.

0 comments on commit 1005cbd

Please sign in to comment.