/**
* Utility class library
*
* ===========
* = WARNING =
* ===========
*
* Please take caution to make sure that the utility naming and values are consistent. We'd like to
* be able to automate this file in the future.
*
* Naming conventions
*
* - Prefix the utility names with the gl- namespace
* - Use t(op), b(ottom), l(eft), and r(ight) to indicate
*   positioning variations, i.e. gl-border-b-1
*/

@import './accessibility';
@import './animation';
@import './background';
@import './border';
@import './box-shadow';
@import './color';
@import './composite';
@import './cursor';
@import './display';
@import './flex';
@import './grid';
@import './image';
@import './list-style';
@import './opacity';
@import './outline';
@import './overflow';
@import './pointer-events';
@import './sizing';
@import './spacing';
@import './svg';
@import './text';
@import './transform';
@import './transition';
@import './typography';
@import './vertical-align';
@import './visibility';
@import './z-index';

// Deprecated mixins that don't have a migration path yet
@import './deprecated';