// we want to load assets via webpack, that's what this variable toggles
$use-relative-paths: true;

@use 'branding' with (
  $use-relative-paths: true
);
