Changeset - 42718729687e
default
0
1
2
style: use npm less to generate kallithea stylesheet style.css from style.less
This is a minimal change to introduce less as framework to generate our
stylesheet. The input less file is currently the same as the original css
stylesheet, so that the delta between the input style.less and the output
style.css is zero.
To regenerate style.css from style.less, run:
npm --prefix kallithea/public/less install
npm --prefix kallithea/public/less run less
These changes are based on work by Dominik Ruf.
This is a minimal change to introduce less as framework to generate our
stylesheet. The input less file is currently the same as the original css
stylesheet, so that the delta between the input style.less and the output
style.css is zero.
To regenerate style.css from style.less, run:
npm --prefix kallithea/public/less install
npm --prefix kallithea/public/less run less
These changes are based on work by Dominik Ruf.
3 files changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)