1
0
Fork 0
discourse-custom-wizard-unl.../assets/stylesheets/wizard/wizard_custom.scss
Angus McLeod ce3d2ced55 COMPATIBILITY: Various core file changes
The completion of the move to ember-cli in core requires a move to an independent asset pipeline. The wizard app itself will be upgraded to ember-cli when I have time. See further:
- fcb4e5a1a1
- 1b4692039e
- a69b914710
2022-06-22 09:14:55 +02:00

28 Zeilen
801 B
SCSS

@import "color_definitions";
@import "vendor/normalize";
@import "vendor/normalize-ext";
@import "common/foundation/colors";
@import "common/foundation/variables";
@import "common/foundation/base";
@import "common/base/code_highlighting";
@import "common/base/modal";
@import "common/base/onebox";
@import "common/select-kit/_index";
@import "common/components/buttons";
@import "common/components/svg";
@import "common/d-editor";
@import "desktop/modal";
@import "common/input_tip";
@import "custom/base";
@import "custom/wizard";
@import "custom/step";
@import "custom/badges";
@import "custom/field";
@import "custom/validators";
@import "custom/mobile";
@import "custom/autocomplete";
@import "custom/composer";
@import "custom/events";
@import "custom/locations";
@import "custom/mentionables";