You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,14 @@ YAMB is ready to use, but can also act as a solid starting point for your own de
22
22
- 🏝 easy to use, since it is mostly<supid="a1">[1](#f1)</sup> classless
23
23
- 💻 easy to hack on: it's plain simple CSS, no preproccesors involved!<supid="a2">[2](#f2)</sup>
24
24
- 🎨 easy to customize, since there are a lot of CSS variables defined
25
+
- 🔋 Batteries included!
25
26
- ⚡ lightweight at just 10kb minified<supid="a3">[3](#f3)</sup>
26
27
- 🌚 **dark mode's** built in!
27
28
- 📰 comes with a **print** stylesheet<supid="a4">[4](#f4)</sup> (yes, really!)
28
29
29
30
30
31
<bid="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)
32
33
33
34
<bid="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)
0 commit comments