We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729abad commit b54d962Copy full SHA for b54d962
README.md
@@ -7,6 +7,8 @@ Will turn a list of attached `.less` files into single calls of `lessc` with `so
7
The relative output path for the `target` is generated from the `less` path and can be controlled through the
8
`--wrapper-output` command line option, see below.
9
10
+The version of the hook tracks the version of the installed `less` dependency, e.g. `4.2.0` tracks `lessc: ^4.2.0`.
11
+
12
## Usage
13
14
``` yaml
0 commit comments