pulsar/static/atom.less
Kevin Sawicki ca9d05f6fa Remove notification stylesheet
These were currently undocumented in the styleguide, had hard-coded colors,
weren't being styled by the default light/dark UI themes, and were unused.

They were also causing conflicts with the notification token scope that
the Objective-C grammar uses.
2014-09-18 09:26:46 -07:00

30 lines
727 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";
@import "buttons";
@import "icons";
@import "links";
@import "panes";
@import "panels";
@import "sections";
@import "overlay";
@import "lists";
@import "popover-list";
@import "messages";
@import "markdown";
@import "editor";
@import "select-list";
@import "syntax";
@import "utilities";
@import "octicons";