Make capitalisation consistent

This commit is contained in:
Mark Perkins
2012-06-26 17:48:24 +01:00
parent e11017111d
commit 761613b2d6
7 changed files with 8 additions and 8 deletions

View File

@@ -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.

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLESS Examples</title>
<title>ClearLess Examples</title>
</head>
<body>

View File

@@ -7,12 +7,12 @@
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLESS Examples</title>
<title>ClearLess Examples</title>
</head>
<body>
<div class="receptacle header">
<h1>ClearLESS Examples</h1>
<h1>ClearLess Examples</h1>
</div>
<div class="receptacle">

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLESS Examples</title>
<title>ClearLess Examples</title>
</head>
<body>

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLESS Examples</title>
<title>ClearLess Examples</title>
</head>
<body>

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/example.css" type="text/css">
<title>ClearLESS Examples</title>
<title>ClearLess Examples</title>
</head>
<body>

View File

@@ -1,5 +1,5 @@
// ==============================================
// Handily import all ClearLESS mixins
// Handily import all ClearLess mixins
// ==============================================
@import "settings";