Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a PHP port of the official LESS processor <http://lesscss.org>. [![Build
* [Command Line](#command-line)
* [Integration with other projects](#integration-with-other-projects)
* [Transitioning from Leafo/lessphp](#transitioning-from-leafolessphp)
* [Books and other resources](#book-and-other-resources)
* [Credits](#credits)


Expand Down Expand Up @@ -285,6 +286,10 @@ How to install:
1. Install the plugin from your WordPress Dashboard: http://wordpress.org/plugins/lessphp/
2. That's it :)

Books and other resources
---
[Less Web Development Essentials](http://www.packtpub.com/less-web-development-essentials/book) If you use CSS(3) in your web development tasks and would love to learn how to create maintainable and reusable code with Less, this book is ideal for you. Although you need to have some experience in web development, even beginners will find that this book is useful. In chapter 6, "Bootstrap 3, WordPress and other applications", you can also read about the Less.php compiler.


Transitioning from Leafo/lessphp
---
Expand Down