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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-11-13 17:23:11 +0300
committerAleksander Machniak <alec@alec.pl>2019-11-18 17:30:23 +0300
commitb6810cc1639f64ac53b1c3db384723d1c72080e9 (patch)
tree7872857b5e01ec18414b15877db40d138522b244 /skins
parentf4722cb4517788eac158c1b99bcd881be05ae8d9 (diff)
Mention required min. version of lessc (#7031)
Diffstat (limited to 'skins')
-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