Styling
DjangoKit doesn't have strong opinions about styling.
If you want to use PostCSS, SASS, or other preprocessors, there's no built-in support for that currently, but you can use such processors as usual by following the instructions in their docs.
In a default setup, the latest Bootstrap 5 stylesheet is loaded, but this is only a convenience for putting a site together quickly. You can add a global.css file to your project's static directory to override this or you can set global_css = [] in your project's settings.public.toml file.