mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
94b60e62a2
Note this commit leaves out the biggest occurrence of the editor which is the post/topic composer. To avoid major breakage, this replaces it everywhere else it was used: * User preferences (About Me) * Admin Customizations > Text Content * Category Templates * Editing Queued Posts A future commit will replace the main composer with this editor and will remove the unused pagedown code.
14 lines
449 B
SCSS
14 lines
449 B
SCSS
@import "vendor/normalize";
|
|
@import "vendor/font_awesome/font-awesome";
|
|
@import "common/foundation/helpers";
|
|
@import "common/foundation/base";
|
|
@import "vendor/select2";
|
|
@import "common/foundation/mixins";
|
|
@import "common/foundation/variables";
|
|
@import "common/components/*";
|
|
@import "common/input_tip";
|
|
@import "common/topic-entrance";
|
|
@import "common/printer-friendly";
|
|
@import "common/base/*";
|
|
@import "common/d-editor";
|
|
@import "vendor/pikaday";
|