mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 16:32:01 -05:00
Update project structure
This commit is contained in:
15
awx/ui/client/lib/theme/index.less
Normal file
15
awx/ui/client/lib/theme/index.less
Normal file
@@ -0,0 +1,15 @@
|
||||
// App-wide styles
|
||||
@import '_variables';
|
||||
@import '_mixins';
|
||||
@import '_utility';
|
||||
@import '_common';
|
||||
|
||||
// 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';
|
||||
Reference in New Issue
Block a user