Mailspring/static/index.less
Evan Morikawa 37e3fe0f45 feat(keymap): add new <KeymapHandlers />
Summary:
Refactor keymaps to wrap components with a <KeymapHandlers /> component.
This more Reactful way of declaring keyback handlers prevents us from
needing to subscribe to `atom.commands`

Test Plan: new tests

Reviewers: bengotow, juan

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2226
2015-11-06 11:47:06 -08:00

29 lines
691 B
Plaintext

@import "variables/ui-variables";
@import "variables/ui-mixins";
@import (css) "font-awesome.min.css";
@import "normalize";
@import "type";
@import "inputs";
@import "buttons";
@import "dropdowns";
@import "workspace";
@import "resizable";
@import "selection";
@import "utilities";
@import "components/popover";
@import "components/menu";
@import "components/switch";
@import "components/tokenizing-text-field";
@import "components/extra";
@import "components/list-tabular";
@import "components/button-dropdown";
@import "components/scroll-region";
@import "components/spinner";
@import "components/generated-form";
@import "components/unsafe";
@import "components/key-commands-region";