Welcome in [wp-less](http://wordpress.org/extend/plugins/wp-less/) usage documentation.

Using this plugin, your life becomes easier when dealing with `*.less` files within WordPress.  
You only have to register your stylesheets like before.  

# Common Usage

Covers an out-of-the-box usage of the plugin once activated.

* [Registering a LESS stylesheet](Common-Usage.md#Registering a LESS stylesheet)
* [Configuration Constants](Common-Usage.md#Configuration Constants)
* [Available variables](Common-Usage.md#Available variables)

# Advanced Usage

Covers a fine-tuned plugin usage for your very special needs without breaking stuff.

* [Registering a LESS variable](Advanced-Usage.md#Registering a LESS variable)
* [Registering a LESS function](Advanced-Usage.md#Registering a LESS function)
* [Changing compilation target directory](Advanced-Usage.md#Changing compilation target directory)

# Embedding within a WordPress Theme

Covers the way to redistribute a theme or a plugin embedding `wp-less`.

* [Basics of embedding](Embedding-within-a-WordPress-Theme.md#Basics of embedding)
* [Manual registration of scheduled tasks](Embedding-within-a-WordPress-Theme.md#Manual registration of scheduled tasks)
* [If the plugin is installed aside](Embedding-within-a-WordPress-Theme.md#If the plugin is installed aside)

# API

Low level API to alter deeply its way of working.

* [Processing Workflow](API.md#Processing Workflow)
* [WPLessPlugin Class](API.md#WPLessPlugin Class)
* [WPLessConfiguration Class](API.md#WPLessConfiguration Class)
* [Plugin Hooks](API.md#Hooks and Filters)
* [Scheduled Tasks](API.md#Scheduled Tasks)
