mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 03:56:33 +08:00
Summary: Adds the draft list using a refactored list-tabular class. Also fixes several draft bugs that appeared after allowing editing. Test Plan: Run tests (need to test new ListTabular component ASAP) Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1272
19 lines
408 B
Text
19 lines
408 B
Text
@import "variables/ui-variables";
|
|
@import "variables/ui-mixins";
|
|
|
|
@import (css) "font-awesome.min.css";
|
|
|
|
@import "normalize";
|
|
|
|
@import "type";
|
|
@import "inputs";
|
|
@import "buttons";
|
|
@import "workspace";
|
|
@import "resizable";
|
|
@import "utilities";
|
|
|
|
@import "components/popover";
|
|
@import "components/menu";
|
|
@import "components/tokenizing-text-field";
|
|
@import "components/extra";
|
|
@import "components/list-tabular";
|