mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
update csslint
updated
This commit is contained in:
parent
bc080e87ec
commit
0d7cf09c0b
1 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
- Lintowanie pojedynczego pliku CSS:
|
||||
|
||||
`csslint {{file.css}}`
|
||||
`csslint {{plik.css}}`
|
||||
|
||||
- Lintowanie wiele plików CSS:
|
||||
|
||||
`csslint {{file1.css}} {{file2.css}} {{file3.css}}`
|
||||
`csslint {{plik1.css}} {{plik2.css}} {{plik3.css}}`
|
||||
|
||||
- Wymień wszystkie możliwe reguły stylu:
|
||||
|
||||
|
@ -17,12 +17,12 @@
|
|||
|
||||
- Określ pewne reguły jako błędy (które powodują niezerowy kod wyjścia):
|
||||
|
||||
`csslint --errors={{errors,universal-selector,imports}} {{file.css}}`
|
||||
`csslint --errors={{bledy,universal-selector,imports}} {{plik.css}}`
|
||||
|
||||
- Określ pewne reguły jako ostrzeżenia:
|
||||
|
||||
`csslint --warnings={{box-sizing,selector-max,floats}} {{file.css}}`
|
||||
`csslint --warnings={{box-sizing,selector-max,floats}} {{plik.css}}`
|
||||
|
||||
- Określ pewne reguły, które będą całkowicie ignorowane:
|
||||
|
||||
`csslint --ignore={{ids,rules-count,shorthand}} {{file.css}}`
|
||||
`csslint --ignore={{ids,rules-count,shorthand}} {{plik.css}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue