pulsar/static/atom.less
Nathan Sobo 2c83c3fe17 Merge pull request #3943 from atom/ns-text-editor-shadow-dom
Render text editor contents inside shadow DOM
2014-11-05 09:42:07 -07:00

29 lines
729 B
Plaintext

// Import from the syntax theme's variables with a fallback to ./variables/syntax-variables.less
@import "./variables/syntax-variables";
@import "syntax-variables";
// Import from the ui theme's variables with a fallback to ./variables/ui-variables.less
@import "./variables/ui-variables";
@import "ui-variables";
@import "octicon-utf-codes";
@import "octicon-mixins";
@import "workspace-view";
@import "bootstrap-overrides";
@import "buttons";
@import "icons";
@import "links";
@import "panes";
@import "panels";
@import "sections";
@import "lists";
@import "popover-list";
@import "messages";
@import "markdown";
@import "text-editor-light";
@import "select-list";
@import "syntax";
@import "utilities";
@import "octicons";