diff --git a/README.md b/README.md index fc4f93b..199d53a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ClearLess ========= -A reuseable collection of carefully-considered Less mixins. +A reuseable collection of carefully-considered [Less](http://lesscss.org/) mixins. The core tenets of this mixin library are to *avoid output bloat wherever possible* (via duplicated properties etc) and to *provide flexibile, configurable solutions* to the problems that are addressed by the library (i.e. by using Modernizr classes, browser hacks or not, etc). The aim is to give the author the benefits of reusable shortcuts without obliterating personal style and generating bloated stylesheets. diff --git a/examples/grids.html b/examples/grids.html index 533d0e2..fe2af7b 100644 --- a/examples/grids.html +++ b/examples/grids.html @@ -7,7 +7,7 @@ - ClearLESS Examples + ClearLess Examples diff --git a/examples/index.html b/examples/index.html index 266382e..0955d9d 100644 --- a/examples/index.html +++ b/examples/index.html @@ -7,12 +7,12 @@ - ClearLESS Examples + ClearLess Examples
-

ClearLESS Examples

+

ClearLess Examples

diff --git a/examples/nested-grids.html b/examples/nested-grids.html index 04ab313..e388c31 100644 --- a/examples/nested-grids.html +++ b/examples/nested-grids.html @@ -7,7 +7,7 @@ - ClearLESS Examples + ClearLess Examples diff --git a/examples/other.html b/examples/other.html index 0e3d6f5..6f7ba32 100644 --- a/examples/other.html +++ b/examples/other.html @@ -7,7 +7,7 @@ - ClearLESS Examples + ClearLess Examples diff --git a/examples/sprites.html b/examples/sprites.html index 07da1cc..dccadfb 100644 --- a/examples/sprites.html +++ b/examples/sprites.html @@ -7,7 +7,7 @@ - ClearLESS Examples + ClearLess Examples diff --git a/mixins/all.less b/mixins/all.less index 80af424..20f8db2 100644 --- a/mixins/all.less +++ b/mixins/all.less @@ -1,5 +1,5 @@ // ============================================== -// Handily import all ClearLESS mixins +// Handily import all ClearLess mixins // ============================================== @import "settings";