blob: 7145213753a3352fd180b94f03e15f7f3c0ef33c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# CL
Theme built in Bulma CSS framework
## Installation
Orginal Repo:
```console
$ git clone https://git.sr.ht/~heckyel/cl-theme
```
Mirror Repro:
```console
$ git clone https://notabug.org/heckyel/cl-theme
```
## Build It
First, you need to compile the theme using the [Sass](http://sass-lang.com/) compiler.
To install Sass, install Ruby and the gem command using your distribution's package manager. Then install `sassc` for example:
```console
# pacman -S sassc
```
You see Makefile:
```console
$ make all
```
## License
This work is under the License [GNU AGPLv3 +](LICENSE.md)
|