// This file should import the variables that are common between style.scss
// and the individual react apps (plus static-pages)
// You should not add actual variables in here, but if you create a new file for variables
// that you want to use in all apps, it would be imported in here
@charset "UTF-8";

@import "~uswds/src/stylesheets/lib/bourbon";
@import "~uswds/src/stylesheets/lib/neat";

$font-path: "~uswds/src/fonts";
$image-path: "~uswds/src/img";
@import "~uswds/src/stylesheets/core/grid-settings";
// @import "~uswds/src/stylesheets/core/variables"; // [x]
@import 'formation-overrides/variables';

@import "base/b-variables"; // [x]
@import "base/b-breakpoints"; // [x]
@import "base/b-mixins"; // [x]
@import "base/b-functions"; // [x]
@import "base/b-element-overrides"; // [x]
