// ====================================================================================================== //
// BASE-STYLES.SCSS //
// Uses the imports file and imports the base styles in the right order
// ====================================================================================================== //

@charset "UTF-8";

// Imports
@import "bourbon";
@import "utils/variables/*";
@import "utils/mixins/*";
@import "utils/functions/*";
@import "neat";

// Base styles
@import "normalize";
@import "base/*";

