Files @ 5a8aa0a38e7d
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
less: rework select2 styling - make it shorter and more complete and flexible

Mainly use 'inherit' to drop select2 styling, or use variables to apply
Bootstrap styling.

Tested to work with alternative color scemes - especially using non-white
@kallithea-theme-inverse-color .
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh