Skip to content

Commit

Permalink
GHI-#1 Implement the main theme index
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 15, 2017
1 parent e3c4b46 commit 1e1a99a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions nord-brackets.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Nord Brackets +
project nord-brackets +
version +
repository https://github.com/arcticicestudio/nord-brackets +
author Arctic Ice Studio +
email development@arcticicestudio.com +
copyright Copyright (C) 2017 +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[References]
Nord
https://github.com/arcticicestudio/nord
Brackets
https://brackets.io
https://brackets-registry.aboutweb.com/
https://github.com/adobe/brackets/wiki/Creating-Themes
https://github.com/adobe/brackets/wiki/Extension-package-format
https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences
LESSCSS
http://lesscss.org
*/
/*+---------+
+ Imports +
+---------+*/
/*+--- Core ---+*/
@import "styles/variables";
@import "styles/editor";
@import "styles/syntax";

/*+--- Extensions ---+*/
@import "styles/extensions";

/*+--- UI ---+*/
@import "styles/ui";

0 comments on commit 1e1a99a

Please # to comment.