Skip to content

Commit b32c491

Browse files
committed
template: describe "class-light" better
Adopt SemBr.
1 parent 4677329 commit b32c491

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Classless CSS
22

3-
This is a list of classless CSS themes and frameworks. "Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements. As a result, you can style any plain-HTML page just by linking to the style sheet. This is useful, for example, in prototyping.
3+
This is a list of classless CSS themes and frameworks.
4+
"Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements.
5+
As a result, you can style any plain-HTML page just by linking to the style sheet.
6+
This is useful, for example, in prototyping.
47

58

69
## Contents
@@ -607,7 +610,10 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
607610

608611
## Class-light
609612

610-
These are frameworks that do not force you to apply their classes to many elements but require something like `<div class="container">` or a bit of your own CSS for a page to look right. They may offer optional classes to style your content.
613+
These are frameworks that do not force you to apply their classes to many elements.
614+
However,
615+
they either require something like `<div class="container">` or a bit of your own CSS for a page to look right,
616+
or offer optional classes to style your content&mdash;possibly both.
611617

612618

613619
### Barrel.css

README.md.njk

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Classless CSS
22

3-
This is a list of classless CSS themes and frameworks. "Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements. As a result, you can style any plain-HTML page just by linking to the style sheet. This is useful, for example, in prototyping.
3+
This is a list of classless CSS themes and frameworks.
4+
"Classless" means a style sheet does not define special classes you must add to your HTML elements to style these elements.
5+
As a result, you can style any plain-HTML page just by linking to the style sheet.
6+
This is useful, for example, in prototyping.
47

58

69
## Contents
@@ -44,7 +47,10 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
4447
{% endfor %}
4548
## Class-light
4649

47-
These are frameworks that do not force you to apply their classes to many elements but require something like `<div class="container">` or a bit of your own CSS for a page to look right. They may offer optional classes to style your content.
50+
These are frameworks that do not force you to apply their classes to many elements.
51+
However,
52+
they either require something like `<div class="container">` or a bit of your own CSS for a page to look right,
53+
or offer optional classes to style your content&mdash;possibly both.
4854

4955
{% for proj in projects %}
5056
{% if proj.tags.indexOf("class-light") > -1 %}

0 commit comments

Comments
 (0)