Book Image

Learning less.js

Book Image

Learning less.js

Overview of this book

Table of Contents (22 chapters)
Learning Less.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Compiling Less files with a standalone compiler


Once we've produced a valid Less file, we need to compile it into its CSS equivalent. For this, we have two options: the first is to compile from the command line; we will examine this in more detail later in this chapter, in the Compiling from the command line section. The second is using a standalone compiler, for which we can use one of the following compilers available for this purpose:

Each of these compilers performs the same basic function of compiling Less files, but in different ways. I would suggest that you try each one out and stick with the one that you find preferable.

We must start somewhere, so first, let's take a look at WinLess.

WinLess

WinLess is a Windows-based open source GUI frontend for less.js, which can be downloaded from http://winless.org/downloads/WinLess-1.8.2.msi. This includes an...