From 1cb740b15d1dbf8177dbf8e71605447b28eda936 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Tue, 22 Apr 2014 18:54:26 +0200 Subject: [PATCH] Update README.md Hi Josh, hope you are fine. I can't find your contact details somewhere? As you know i like your work and already have successful integrate the the Less.php compiler into JBST. I have also mentioned your compiler in my first book about Less. I will appreciate if you are willing to link / review my book or mention it in some way. Thank you very much! --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ae511d7c..b4c66897 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This is a PHP port of the official LESS processor . [![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) @@ -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 ---