Skip to content

Commit

Permalink
Uppercase CSS (#3919)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored and jeddy3 committed Jan 20, 2019
1 parent 067f4c7 commit afb1c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/css-processors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The linter supports current and future CSS syntax. This includes all standard CSS but also special features that use standard CSS syntactic structures, e.g. special at-rules, special properties, and special functions. Some CSS-*like* language extensions -- features that use non-standard syntactic structures -- are, as such, supported; however, since there are infinite processing possibilities, the linter cannot support everything.

You can run the linter before or after your css processors. Depending on which processors you use, each approach has caveats:
You can run the linter before or after your CSS processors. Depending on which processors you use, each approach has caveats:

1. *Before*: Some plugins/processors might enable a syntax that isn't compatible with the linter.
2. *After*: Some plugins/processors might generate CSS that is invalid against your linter config, causing violations that do not correspond to your original stylesheets.
Expand Down

0 comments on commit afb1c39

Please sign in to comment.