Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-13 17:23:11 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-13 17:24:30 +0300
commit0c8e29fcbfeb79c9525b70175f2a907fe9c1b624 (patch)
tree312778648a935b22f51b259db5d1bf09d4672f6c /skins/elastic
parentf50521a39965934ec8f1d3015b3af3da0d0b0771 (diff)
Mention required min. version of lessc (#7031)
Diffstat (limited to 'skins/elastic')
-rw-r--r--skins/elastic/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/elastic/README.md b/skins/elastic/README.md
index e844956a8..ed965de84 100644
--- a/skins/elastic/README.md
+++ b/skins/elastic/README.md
@@ -28,7 +28,7 @@ INSTALLATION
------------
All styles are written using LESS syntax. Thus it needs to be compiled
-using the `lessc` command line tool. This comes with the `nodejs-less`
+using the `lessc` (>= 1.5.0) command line tool. This comes with the `nodejs-less`
RPM package which depends on nodejs.
```
$ lessc -x styles/styles.less > styles/styles.css