mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Dynamically load 3L library
This commit is contained in:
parent
531ba63228
commit
3eb911f11b
3 changed files with 2 additions and 1370 deletions
1
Makefile
1
Makefile
|
@ -16,6 +16,7 @@ docs:
|
|||
git checkout gh-pages ; \
|
||||
git checkout master docs ; \
|
||||
git checkout master jrnl ; \
|
||||
curl https://raw.githubusercontent.com/mateuszkocz/3l/master/3L/3L.less > docs/_themes/jrnl/static/less/3L.less ;\
|
||||
lessc --clean-css docs/_themes/jrnl/static/less/jrnl.less docs/_themes/jrnl/static/css/jrnl.css ; \
|
||||
cd docs ; \
|
||||
make html ; \
|
||||
|
|
2
docs/_themes/jrnl/static/less/jrnl.less
vendored
2
docs/_themes/jrnl/static/less/jrnl.less
vendored
|
@ -1,5 +1,5 @@
|
|||
@import "retina";
|
||||
@import "vendors/3L";
|
||||
@import "3L";
|
||||
|
||||
@white: #f7f8f9;
|
||||
@blue: #5e7dc5;
|
||||
|
|
1369
docs/_themes/jrnl/static/less/vendors/3L.less
vendored
1369
docs/_themes/jrnl/static/less/vendors/3L.less
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue