brutcss/README.md

43 lines
498 B
Markdown
Raw Permalink Normal View History

2022-09-28 08:32:57 +00:00
BRUT
====
2022-09-25 10:55:47 +00:00
2022-09-28 08:32:57 +00:00
A *Brutalist* and *Minimalist* CSS framework.
2022-09-25 10:55:47 +00:00
2022-09-28 08:32:57 +00:00
Originally forked from [Min](http://mincss.com)
2022-09-25 10:55:47 +00:00
### License
MIT licensed.
2022-09-26 09:26:08 +00:00
### Building the latest BRUT
If you have [`nix`](https://nixos.org/nix) installed.
```
nix develop
```
Then
2022-09-25 10:55:47 +00:00
2022-09-26 09:26:08 +00:00
```
./build.sh
```
2022-09-25 10:55:47 +00:00
2022-09-28 08:32:57 +00:00
If you don't have `nix` you need to manually install:
2023-11-13 10:26:43 +00:00
- [babashka](https://babashka.org)
2022-09-28 08:32:57 +00:00
- [`lessc`](https://lesscss.org),
- and [`minify`](https://www.minifier.org).
2023-11-13 10:26:43 +00:00
### Develop
```
nix develop
```
all tasks
```
bb tasks
```