mirror of
https://github.com/clearleft/clearless.git
synced 2026-01-10 06:07:56 -05:00
Make capitalisation consistent
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<link rel="stylesheet" href="css/example.css" type="text/css">
|
||||
|
||||
<title>ClearLESS Examples</title>
|
||||
<title>ClearLess Examples</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<link rel="stylesheet" href="css/example.css" type="text/css">
|
||||
|
||||
<title>ClearLESS Examples</title>
|
||||
<title>ClearLess Examples</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<link rel="stylesheet" href="css/example.css" type="text/css">
|
||||
|
||||
<title>ClearLESS Examples</title>
|
||||
<title>ClearLess Examples</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<link rel="stylesheet" href="css/example.css" type="text/css">
|
||||
|
||||
<title>ClearLESS Examples</title>
|
||||
<title>ClearLess Examples</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ==============================================
|
||||
// Handily import all ClearLESS mixins
|
||||
// Handily import all ClearLess mixins
|
||||
// ==============================================
|
||||
|
||||
@import "settings";
|
||||
|
||||
Reference in New Issue
Block a user