update csslint
updated
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
bc080e87ec
commit
0d7cf09c0b
@@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
- Lintowanie pojedynczego pliku CSS:
|
- Lintowanie pojedynczego pliku CSS:
|
||||||
|
|
||||||
`csslint {{file.css}}`
|
`csslint {{plik.css}}`
|
||||||
|
|
||||||
- Lintowanie wiele plików 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:
|
- 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):
|
- 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:
|
- 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:
|
- 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}}`
|
||||||
|
Reference in New Issue
Block a user