This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-28 10:32:57 +02:00
parent 9c96bf8116
commit 564c76c38a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,11 +1,9 @@
brut BRUT
===== ====
a tiny framework that makes websites *brut* A *Brutalist* and *Minimalist* CSS framework.
Written in LESS, compiled to CSS. Originally forked from [Min](http://mincss.com)
Forked from [Min](http://mincss.com)
### License ### License
@ -25,20 +23,6 @@ Then
./build.sh ./build.sh
``` ```
If you don't have `nix` you need to manually install [`lessc`](https://lesscss.org) If you don't have `nix` you need to manually install:
and [`minify`](https://www.minifier.org). - [`lessc`](https://lesscss.org),
- and [`minify`](https://www.minifier.org).
### World's smallest? Really?
TL;DR Min really is the world's smallest CSS framework, however you slice it.
We personally feel that the criteria for "world's smallest CSS framework"
are buttons, inputs, navbars, tables, icons, grids, headings
and standardization of these elements across the "Big 5" browsers
(Chrome, Firefox, Opera, Safari, and Internet Explorer).
Of course, your criteria for what a CSS framework is are likely to be different,
and thus you are encouraged to (on the Downloads page) download whatever parts you feel to be relevant.
No matter what you select (and what you compare Min to) Min will be smaller.
Thus, Min really is the world's smallest CSS framework, no matter your criteria for what a CSS framework is.