Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
ce3d2ced55
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
28 Zeilen
801 B
SCSS
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";
|