You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [csslint](https://github.com/stubbornella/csslint/wiki). It will be used with files that have the “CSS” syntax, or within `<style>` tags in HTML files.
6
+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [csslint](https://github.com/stubbornella/csslint/wiki).
7
+
It will be used with files that have the "CSS" syntax, or within `<style>` tags in HTML files.
7
8
8
9
## Installation
9
10
10
11
SublimeLinter must be installed in order to use this plugin.
11
12
12
13
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
13
14
14
-
Before installing this plugin, you must ensure that `csslint` (version 0.10.0 or later) is installed on your system. To install `csslint`, do the following:
15
+
Before installing this plugin, ensure that `csslint` (version 0.10.0 or later) is installed on your system.
16
+
To install `csslint`, do the following:
15
17
16
18
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
17
19
@@ -22,7 +24,8 @@ Before installing this plugin, you must ensure that `csslint` (version 0.10.0 or
22
24
23
25
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
24
26
25
-
In order for `csslint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
27
+
Please make sure that the path to `csslint` is available to SublimeLinter.
28
+
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
0 commit comments