Make it easier to override Bootstrap units
Summary
As bootstrap units are set with units_override_enabled which is a list, you have to overwrite the full list to modify it.
Using a dict would ease the overriding
Details
Use a dict rather than a list to set the bootstrap unit list
Edited by Arnaud Bouts