brutcss/README.md
Yann Esposito (Yogsototh) 564c76c38a
doc
2022-09-28 10:32:57 +02:00

28 lines
399 B
Markdown

BRUT
====
A *Brutalist* and *Minimalist* CSS framework.
Originally forked from [Min](http://mincss.com)
### License
MIT licensed.
### Building the latest BRUT
If you have [`nix`](https://nixos.org/nix) installed.
```
nix develop
```
Then
```
./build.sh
```
If you don't have `nix` you need to manually install:
- [`lessc`](https://lesscss.org),
- and [`minify`](https://www.minifier.org).