Cast the asset map
It should contain pairs such as o-module: path/to/module/assets
Resolve the full path to an asset
el { background: url(oAssetsResolve("img/symbols-sprite.png", o-weather)); }
Set asset paths for one or multiple modules
@include oAssetsSetModulePaths((
o-header: /assets/header
));