// =================================================================
//
// BURF Tools (No load path dependencies)
//
// Use this version when you don't have loadPath or importPath
// available to you. You will need a loader that supports ~ as a
// shortcut to the node_modules directory. Luckily, it's
// well-supported, according to Dakota!
//
// A partial for those who only want the very basic of basics. Only
// mixins and placeholders are supported in this partial, and only
// pieces which are used will print. Useful for plugin development
// where you want your dependencies and extra CSS to be at an
// absolute minimum, or for development which will occur in another
// pre-existing framework or environment with its own normalizing
// partials and other opinionated stuff.
//
// =================================================================

// =================================================================
// Dependencies
// =================================================================

//@import '~mathsass/dist/math';

// =================================================================
// Blah
// =================================================================

// BURF Extras
//
// Whether or not to output Responsive default classes when using
// burf-tools.
//
// Styleguide Configuration.Tools.$burf-extras
//
// Access: Public
//
// Since: 3.0.0

$burf-extras:								       false !default;

@import '~@bostonuniversity/burf-base/config';
@import '~@bostonuniversity/burf-base/mixins';
@import '~@bostonuniversity/burf-base/accessibility';

@import '~@bostonuniversity/burf-base/grid/grid-variables';
@import '~@bostonuniversity/burf-base/grid/grid-mixins';
@import '~@bostonuniversity/burf-base/grid/grid-placeholders';
@import '~@bostonuniversity/burf-base/grid/grid-friendly';

// Use Default Icons
//
// Whether or not to use BU Default Icons as your icon font.
// when using burf-tools.
//
// Styleguide Configuration.Tools.$use-default-icons
//
// Access: Public
//
// Since: 3.0.0

$use-default-icons:                        false !default;

// Print Icon Classes
//
// Whether or not to print the default icon classes
// when using burf-tools.
//
// Styleguide Configuration.Tools.$print-icon-classes
//
// Access: Public
//
// Since: 3.0.0

$print-icon-classes:                       false !default;

@import '~@bostonuniversity/burf-base/icons/package';

@import '~@bostonuniversity/burf-base/typography-variables';
@import '~@bostonuniversity/burf-base/typography-tools';
