brutcss/README.md
2023-11-13 11:26:43 +01:00

43 lines
498 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:
- [babashka](https://babashka.org)
- [`lessc`](https://lesscss.org),
- and [`minify`](https://www.minifier.org).
### Develop
```
nix develop
```
all tasks
```
bb tasks
```