mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-03 14:41:49 -05:00
17 lines
442 B
Plaintext
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';
|