Skip to content

Commit 2f61f82

Browse files
committed
update
1 parent 87b6421 commit 2f61f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ YAMB is ready to use, but can also act as a solid starting point for your own de
2222
- 🏝 easy to use, since it is mostly<sup id="a1">[1](#f1)</sup> classless
2323
- 💻 easy to hack on: it's plain simple CSS, no preproccesors involved!<sup id="a2">[2](#f2)</sup>
2424
- 🎨 easy to customize, since there are a lot of CSS variables defined
25+
- 🔋 Batteries included!
2526
- ⚡ lightweight at just 10kb minified<sup id="a3">[3](#f3)</sup>
2627
- 🌚 **dark mode's** built in!
2728
- 📰 comes with a **print** stylesheet<sup id="a4">[4](#f4)</sup> (yes, really!)
2829

2930

3031
<b id="f1">[1]</b> Why "_mostly_" classless?
31-
There are some classes, because there are some conventions many people are following. E.g. the whole content is wrapped in a `div` with a class called `page`. I aim to finde the happy medium. [](#a1)
32+
There are some classes, because there are some conventions many people are following. E.g. I expect the whole content is being wrapped in a `div` with a class called `page`. YAMB is aimed at finding the happy medium. [](#a1)
3233

3334
<b id="f2">[2]</b> The CSS is still a bit too verbose for my taste, but since this is just plain CSS without any preprocessors it's as good as it can be. It is easy to imagine how compact the CSS could become if a preprocessor with mixins would be used. This is left to be discovered by the reader. [](#a2)
3435

0 commit comments

Comments
 (0)