From 7a5da71a3b044eda6826c12f48da615f07c91301 Mon Sep 17 00:00:00 2001 From: Peter Keating Date: Sun, 26 Aug 2012 23:47:09 +0200 Subject: [PATCH] slight typo in the example usage code in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f6cd9..a1d7409 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For example, let’s look at a bit of CSS3 code that adds a couple of rounded co Browser specific code makes using CSS3 a chore. 6 lines of code just to add rounded corners. LESS mixins to the rescue. With LESS Elements the above can be compressed to just a 1 line: #some_div { - #borders > .radius(5px, 0, 0, 5px); + #border > .radius(5px, 0, 0, 5px); } Looks just line shorthand CSS, with the values representing top right, bottom right, bottom left and top left corner radii in a clockwise order. To use LESS Elements, just download it (Github repo), put the “elements.less” file in your stylesheets folder and include it with 1 line of code at the top of your LESS file: