|
@@ -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}}`
|