/**
 * @todo: Rework directory structure. Right now it’s messy.
 */

$easings-legacy: false !default;

// Setup the base bezier value getter function.
@forward 'easings/get-bezier' with($easings-legacy: $easings-legacy);

// Export variables and functions.
@forward 'easings/variables';

// Add custom properties to `:root`.
@forward 'stylesheet/custom-properties' with($do-not-generate-css: $easings-legacy);
