Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
ca10ae797a
* WIP * composer preview field working * remove redundant variable * fix linting issues * fix rubocop * remove unnecessary entry * consolidate preview generation code * add styles for onebox * add css for @ mentions * fixed eslint issues * FIX: ensure oneboxes load every time * remove unused import * fix prettier issues * removed unused code * remove unused imports * fixed prettier issue * improve css structure * add csrf header in all cases
20 Zeilen
550 B
SCSS
20 Zeilen
550 B
SCSS
@import "common/foundation/colors";
|
|
@import "common/foundation/variables";
|
|
@import "common/base/code_highlighting";
|
|
@import "common/base/modal";
|
|
@import "common/base/onebox";
|
|
@import "common/components/buttons";
|
|
@import "common/d-editor";
|
|
@import "desktop/modal";
|
|
|
|
@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";
|