DNN themes/skins
Skins must broadcast what CSS framework they use. This does not require Koi to be installed. Simply add a koi.json configuration file into the skin/theme folder. As this has no side-effects, we urge all skin/theme makers to include the appropriate koi.json. This is a sample koi.json for Bootstrap 3:
{
"default": {
"cssFramework": "bs3"
}
}
CSS Framework Codes & Downloads
These codes are standardized so that theme-developers use the same keys to identify CSS frameworks. These are the most widespread frameworks as of now:
bs3
Bootstrap 3 - download koi.jsonbs4
Bootstrap 4 - download koi.jsonfnd6
Foundation 6 - download koi.jsonmtz1
Materialize 1 - download koi.jsonsmt2
Semantic UI 2 - download koi.jsonuik2
UI Kit 2 - download koi.json
Review the full list of css framework codes for more.