Files
awx/awx/ui/client/lib/theme/index.less
2017-06-26 10:53:57 -04:00

17 lines
442 B
Plaintext

// App-wide styles
@import '_base-variables';
@import '_contextual-variables';
@import '_mixins';
@import '_utility';
@import '_global';
// Aggregated component and feature specific styles
@import '../components/_index';
@import '../../features/_index';
/*
* Temporary overrides used only during the transition away from old style
* structure to new style structure. Overrides unwanted/uneeded rules.
*/
@import '_temporary-overrides';