mirror of https://github.com/hrfee/jfa-go
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harvey Tindall
8a8fe65192
|
4 years ago | |
---|---|---|
.. | ||
bs4 | 4 years ago | |
bs5 | 4 years ago | |
README.md | 4 years ago | |
compile.py | 4 years ago | |
get_node_deps.py | 4 years ago |
README.md
SCSS
bs<4/5>-jf.scss
contains the source for the customizations to bootstrap. To customize the UI, you can make modifications to this file and then compile it.
Note: It is assumed that Bootstrap 5 is installed in ../../node_modules/bootstrap
relative to itself, and Bootstrap 4 in ../../node_modules/bootstrap4
.
- Compilation requires dev dependencies (
poetry update
), bootstrap and some extra npm packages. - If you're buildings from source, you can simply run
poetry run task compile-css
before building to automatically get deps and compile CSS. - If you are creating custom css, run
poetry run task get-npm-deps
to only install the necessary dependencies. Follow along with the commandsscss/compile.py
runs to build your css and then setcustom_css
in your config as the path to your minified css and change thetheme
option toCustom CSS
.