CSS Custom Properties (also called CSS Variables) are supported in jquery. but it's not implemented on BabyQuery.
$( "p" ).css( "--custom-property" ).
Note that you need to provide the property name as-is, camelCasing it won't work as it does for regular CSS properties.