The core of Battery is the propertyConfig. These objects configure Battery to recognize valid class names from your Atomic CSS library and then convert them into full CSS classes. Here's an example of a propertyConfig for background-color.
const backgroundColor = {
property: "background-color",
propertyIdentifier: "bg",