/*! @gold.au/progress-indicator v4.0.0 */

//--------------------------------------------------------------------------------------------------------------------------------------------------------------
// progress-indicator module globals
// Indicator of progress through a multitude of pages mostly used for forms.
//
// Content:
// - Sass versioning
// - Global variables: none so far
//--------------------------------------------------------------------------------------------------------------------------------------------------------------

//--------------------------------------------------------------------------------------------------------------------------------------------------------------
// SASS VERSIONING
//--------------------------------------------------------------------------------------------------------------------------------------------------------------
$name: "@gold.au/progress-indicator";
$version: "4.0.0";
$dependencies: (
	("@gold.au/core", "5.0.0"),
);

//--------------------------------------------------------------------------------------------------------------------------------------------------------------
// GLOBAL VARIABLES
//--------------------------------------------------------------------------------------------------------------------------------------------------------------

// Boy it sure is quiet here.
