1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Move TextEditor styles to common (#2661)

Now that TextEditor js component is shared, it only makes sense to also 
have its styles shared
This commit is contained in:
Sami Mazouz
2021-03-05 14:14:19 +01:00
committed by GitHub
parent c81f629b0b
commit 725863a6e2
3 changed files with 50 additions and 53 deletions

View File

@@ -25,5 +25,6 @@
@import "Placeholder";
@import "Search";
@import "Select";
@import "TextEditor";
@import "Tooltip";
@import "ValidationError";