mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
9da30a3ec6
Two benefits: - Clear definition of styles - If we remove customization it high-contrast can be stand alone
12 lines
165 B
SCSS
12 lines
165 B
SCSS
@import 'vendor';
|
|
|
|
@import 'variables';
|
|
@import 'themes/dark';
|
|
@import 'themes/high-contrast';
|
|
|
|
@import 'mixins';
|
|
|
|
@import 'globals';
|
|
@import 'type';
|
|
|
|
@import 'ui';
|