FIX: The order of import globbing is not deterministic

Using a wildcard would load in a different order on some installs
resulting in unpredictable behavior (for example, `is-hidden` being
displayed due to a `display: flex` in a different file.)
This commit is contained in:
Robin Ward 2018-04-03 11:40:53 -04:00
parent 6f32de186a
commit a383b368c6
1 changed files with 23 additions and 1 deletions

View File

@ -5,7 +5,29 @@
@import "common/foundation/base";
@import "common/foundation/mixins";
@import "common/foundation/variables";
@import "common/select-kit/*";
@import "common/select-kit/admin-agree-flag-dropdown";
@import "common/select-kit/admin-delete-flag-dropdown";
@import "common/select-kit/categories-admin-dropdown";
@import "common/select-kit/category-chooser";
@import "common/select-kit/category-drop";
@import "common/select-kit/category-row";
@import "common/select-kit/category-selector";
@import "common/select-kit/combo-box";
@import "common/select-kit/composer-actions";
@import "common/select-kit/dropdown-select-box";
@import "common/select-kit/future-date-input-selector";
@import "common/select-kit/group-dropdown";
@import "common/select-kit/list-setting";
@import "common/select-kit/mini-tag-chooser";
@import "common/select-kit/multi-select";
@import "common/select-kit/notifications-button";
@import "common/select-kit/period-chooser";
@import "common/select-kit/pinned-button";
@import "common/select-kit/select-kit";
@import "common/select-kit/tag-chooser";
@import "common/select-kit/tag-drop";
@import "common/select-kit/toolbar-popup-menu-options";
@import "common/select-kit/topic-notifications-button";
@import "common/components/*";
@import "common/input_tip";
@import "common/topic-entrance";