// General Utilitiy Functions;
@forward 'asset';
@forward 'closest-direction';
@forward 'closest-position';
@forward 'entity';
@forward 'order-index';
@forward 'strip-unit';
@forward 'resolve-alias';
@forward 'functions-walk';
@forward 'walk';

// Type and Value Checking Functions
@forward 'is-alias';
@forward 'is-color';
@forward 'is-number';
@forward 'is-integer';
@forward 'is-float';
@forward 'is-percentage';
@forward 'is-absolute-length';
@forward 'is-relative-length';
@forward 'is-length';
@forward 'is-list';
@forward 'is-map';
@forward 'is-angle';
@forward 'is-calculation';
@forward 'is-frequency';
@forward 'is-position';
@forward 'is-reserved';
@forward 'is-resolution';
@forward 'is-string';
@forward 'is-time';
@forward 'is-conventional';
@forward 'is-global-value';
@forward 'is-true';
@forward 'is-falsey';
@forward 'equals-false';
@forward 'equals-true';

// Math Functions
@forward 'clamp-val';
@forward 'num-to-ratio';
@forward 'exp-maclaurin';
@forward 'factorial';
@forward 'fibonacci';
@forward 'linear-interpolation';
@forward 'pi';
@forward 'ratio-to-percentage';
@forward 'time-equation';
@forward 'timing';
@forward 'to-fixed';
@forward 'trend-line';

// Conversion Functions
@forward 'conv-angle';
@forward 'conv-to-px';
@forward 'conv-to-em';
@forward 'conv-to-rem';

// String Functions
@forward 'str-replace';
@forward 'str-remove';
@forward 'str-to-list';
@forward 'str-to-num';

// List Functions
@forward 'every';
@forward 'first-of';
@forward 'is-empty';
@forward 'last-of';
@forward 'last-index';
@forward 'list-chunk';
@forward 'list-contains';
@forward 'list-count-values';
@forward 'list-loop';
@forward 'list-prepend';
@forward 'list-to-string';
@forward 'list-purge';
@forward 'list-range';
@forward 'list-replace-nth';
@forward 'list-remove-duplicates';
@forward 'list-remove-nth';
@forward 'list-reverse';
@forward 'list-sort';
@forward 'list-slice';
@forward 'list-to-map';
@forward 'list-update';
@forward 'remove-from';
@forward 'remove-where';
@forward 'some';
@forward 'to-list';

// Map Functions
@forward 'extend-map';
@forward 'font-stack';
@forward 'map-get-key-chains';
@forward 'map-is-deep';
@forward 'map-is-flat';
@forward 'map-to-string';
@forward 'map-to-list';

// Color Functions
@forward 'black';
@forward 'bottom-shadow';
@forward 'color-invert';
@forward 'color-complement';
@forward 'color-contrast';
@forward 'color-text-contrast';
@forward 'color-to-string';
@forward 'conv-color';
@forward 'conv-color-name';
@forward 'get-color-type';
@forward 'is-valid-hex';
@forward 'shade';
@forward 'tint';
@forward 'to-cmyk';
@forward 'to-hex';
@forward 'top-shadow';
@forward 'make-long-shadow';
@forward 'white';
