Docs: Compile CSS package fix

This commit is contained in:
Lucas Bartholemy 2017-03-15 19:18:51 +01:00
parent bc58e1f6c9
commit c796a3e48f

View File

@ -24,7 +24,7 @@ If you wish to overwrite default theme variables as text and background colors,
If you are using the command line tool [lessc](http://lesscss.org/), you can build your theme as follows: If you are using the command line tool [lessc](http://lesscss.org/), you can build your theme as follows:
``` ```
lessc -x build.less ../css/theme.css lessc -x themes/Example/less/build.less themes/Example/css/theme.css
``` ```
> Info: For compiling your less file, there are also other alternatives like [WinLess](http://winless.org/) or [SimpLESS](https://wearekiss.com/simpless). > Info: For compiling your less file, there are also other alternatives like [WinLess](http://winless.org/) or [SimpLESS](https://wearekiss.com/simpless).