$govuk-global-styles: true;

/// Path to the assets directory, with trailing slash.
///
/// This is the directory where the images and fonts subdirectories live. You
/// will need to make this directory available via your application – see the
/// README for details.
///
/// @type String
/// @access public

$hmrc-assets-path: "./" !default;
$govuk-assets-path: $hmrc-assets-path !default;

@import "components/all";
