From 363a3e3e81d2741e102063e414e181e433c1732f Mon Sep 17 00:00:00 2001 From: Egor Kloos Date: Thu, 8 Sep 2011 12:55:24 +0200 Subject: [PATCH] text change to highlight that this is not a template or widget lib. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3d3c2a5..ac6e78e 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,9 @@

Web stack basics

Get it right and start with LESS!
+

+ The first thing to point out is that this isn't a kitchen sink project like HTML5 Boilerplate. In fact it's not a template or widget library at all. FE-Patterns is a web stack pattern reference. These patterns are for you to tinker around with. Create your own HTML and use LESS files to style it. +

All web projects these days make use of the full web stack (HTML, CSS and JavaScript). With front-end conventions and rendering conformance being more commen across browser vendors we at Lunatech Research have started shedding the extra bloat of the past and are looking forward to making first grade web experiences. Each and every time. @@ -44,9 +47,6 @@

Get it right and start with LESS!
To make the this process even easier we've started using pre-parsers like LESS and SASS. For its simplicity and ease of use right out of the box we've opted for LESS. Implementing markup and UI patterns has never been this effortless.

-

- The first thing to point out is that this isn't a kitchen sink project like HTML5 Boilerplate. I've avoided the need to trim down the front-end, in fact it assumes that you will tinker around. -