Skip to content

Commit

Permalink
GHI-#67 Implement support for the "github" core package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jul 8, 2017
1 parent a3bbbe4 commit 40ce77d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ LESSCSS
@import "styles/package-support/build";
@import "styles/package-support/color-picker";
@import "styles/package-support/expose";
@import "styles/package-support/github";
@import "styles/package-support/imdone-atom";
@import "styles/package-support/indent-guide-improved";
@import "styles/package-support/minimap";
Expand Down
19 changes: 19 additions & 0 deletions styles/package-support/github.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Core Package Support: github +
project nord-atom-ui +
repository https://github.com/arcticicestudio/nord-atom-ui +
author Arctic Ice Studio +
email development@arcticicestudio.com +
copyright Copyright (C) 2017 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[References]
Atom Packages
(https://atom.io/packages/github)
*/
.github-BranchMenuView {
select.github-BranchMenuView-select {
.button(@button-border-color);
.text(normal);
}
}

0 comments on commit 40ce77d

Please sign in to comment.