File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 77
88_ Php CSS Lint_ is a php script that lint css files and strings :
99
10- ``` bash
10+ ```
1111===========================================================
1212
1313 ____ _ ____ ____ ____ _ _ _
@@ -51,17 +51,17 @@ Name | Version
5151
52521 . Add this project in your composer.json:
5353
54- ```json
54+ ``` json
5555 "require" : {
5656 "neilime/php-css-lint" : " 1.*@stable"
5757 }
58- ```
58+ ```
5959
60602 . Now tell composer to download __ ANSI escapes to Html__ by running the command:
6161
62- ```bash
62+ ``` bash
6363 $ php composer.phar update
64- ```
64+ ```
6565
6666### By cloning project (manual)
6767
@@ -74,12 +74,13 @@ Name | Version
7474### Display man page
7575
7676In a terminal, execute :
77+
7778``` bash
78- bin/php-css-lint
79+ $ bin/php-css-lint
7980```
8081
8182Result :
82- ```bash
83+ ```
8384===========================================================
8485
8586 ____ _ ____ ____ ____ _ _ _
@@ -102,11 +103,11 @@ scripts/php-css-lint css_file_path_to_lint.css
102103
103104In a terminal, execute :
104105``` bash
105- bin/php-css-lint /path/to/css/file.css
106+ $ bin/php-css-lint /path/to/css/file.css
106107```
107108
108109Result :
109- ``` bash
110+ ```
110111===========================================================
111112
112113 ____ _ ____ ____ ____ _ _ _
@@ -171,4 +172,4 @@ else {
171172 echo 'Not Valid :(';
172173 var_dump($cssLinter->getErrors());
173174}
174- ```
175+ ```
You can’t perform that action at this time.
0 commit comments