Skip to content

Commit e214c59

Browse files
committed
Barrel.css: add
Resolves #33.
1 parent 3b4d12d commit e214c59

18 files changed

+37
-0
lines changed

Diff for: README.md

+16
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
4646
+ [Writ](#writ)
4747
+ [YoRHa](#yorha)
4848
* [Class-light](#class-light)
49+
+ [Barrel.css](#barrelcss)
4950
+ [Chota](#chota)
5051
+ [Fylgja](#fylgja)
5152
+ [Milligram](#milligram)
@@ -393,6 +394,21 @@ This is a list of classless CSS themes and frameworks. "Classless" means a styl
393394
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.
394395

395396

397+
### Barrel.css
398+
399+
- [Repository](https://github.com/EternityForest/barrel.css) ![GitHub stars](https://img.shields.io/github/stars/EternityForest/barrel.css?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/EternityForest/barrel.css?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/EternityForest/barrel.css?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/EternityForest/barrel.css?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/EternityForest/barrel.css?style=flat-square)
400+
- [Demo](https://eternityforest.github.io/barrel.css/)
401+
402+
[![barrel.css-0-barrel.png](thumbnail/barrel.css-0-barrel.png)](screenshot/barrel.css-0-barrel.png)
403+
[![barrel.css-1-fugit.png](thumbnail/barrel.css-1-fugit.png)](screenshot/barrel.css-1-fugit.png)
404+
[![barrel.css-2-banderole.png](thumbnail/barrel.css-2-banderole.png)](screenshot/barrel.css-2-banderole.png)
405+
[![barrel.css-3-scrapbook-green.png](thumbnail/barrel.css-3-scrapbook-green.png)](screenshot/barrel.css-3-scrapbook-green.png)
406+
[![barrel.css-4-nord.png](thumbnail/barrel.css-4-nord.png)](screenshot/barrel.css-4-nord.png)
407+
[![barrel.css-5-blast.png](thumbnail/barrel.css-5-blast.png)](screenshot/barrel.css-5-blast.png)
408+
[![barrel.css-6-lair.png](thumbnail/barrel.css-6-lair.png)](screenshot/barrel.css-6-lair.png)
409+
[![barrel.css-7-steam.png](thumbnail/barrel.css-7-steam.png)](screenshot/barrel.css-7-steam.png)
410+
411+
396412
### Chota
397413

398414
- [Repository](https://github.com/jenil/chota) ![GitHub stars](https://img.shields.io/github/stars/jenil/chota?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/jenil/chota?style=flat-square) ![Last commit](https://img.shields.io/github/last-commit/jenil/chota?style=flat-square) ![GitHub open issues](https://img.shields.io/github/issues-raw/jenil/chota?style=flat-square) ![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/jenil/chota?style=flat-square)

Diff for: data/projects.toml

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### Classless
2+
13
["Almond.CSS"]
24
demo = "https://alvaromontoro.github.io/almond.css/demo/"
35
github = "alvaromontoro/almond.css"
@@ -332,6 +334,25 @@ website = ""
332334
screenshots = ["yorha.png"]
333335
tags = ["classless"]
334336

337+
### Class-light
338+
339+
["Barrel.css"]
340+
demo = "https://eternityforest.github.io/barrel.css/"
341+
github = "EternityForest/barrel.css"
342+
note = ""
343+
website = ""
344+
screenshots = [
345+
"barrel.css-0-barrel.png",
346+
"barrel.css-1-fugit.png",
347+
"barrel.css-2-banderole.png",
348+
"barrel.css-3-scrapbook-green.png",
349+
"barrel.css-4-nord.png",
350+
"barrel.css-5-blast.png",
351+
"barrel.css-6-lair.png",
352+
"barrel.css-7-steam.png",
353+
]
354+
tags = ["class-light"]
355+
335356
[Chota]
336357
demo = "https://jenil.github.io/chota/"
337358
github = "jenil/chota"

Diff for: screenshot/barrel.css-0-barrel.png

142 KB
Loading

Diff for: screenshot/barrel.css-1-fugit.png

90.1 KB
Loading

Diff for: screenshot/barrel.css-2-banderole.png

1.24 MB
Loading

Diff for: screenshot/barrel.css-3-scrapbook-green.png

1.43 MB
Loading

Diff for: screenshot/barrel.css-4-nord.png

146 KB
Loading

Diff for: screenshot/barrel.css-5-blast.png

139 KB
Loading

Diff for: screenshot/barrel.css-6-lair.png

138 KB
Loading

Diff for: screenshot/barrel.css-7-steam.png

1.35 MB
Loading

Diff for: thumbnail/barrel.css-0-barrel.png

37.3 KB
Loading

Diff for: thumbnail/barrel.css-1-fugit.png

66.2 KB
Loading

Diff for: thumbnail/barrel.css-2-banderole.png

130 KB
Loading

Diff for: thumbnail/barrel.css-3-scrapbook-green.png

158 KB
Loading

Diff for: thumbnail/barrel.css-4-nord.png

28.9 KB
Loading

Diff for: thumbnail/barrel.css-5-blast.png

41 KB
Loading

Diff for: thumbnail/barrel.css-6-lair.png

40 KB
Loading

Diff for: thumbnail/barrel.css-7-steam.png

151 KB
Loading

0 commit comments

Comments
 (0)