We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe918a commit b101018Copy full SHA for b101018
2 files changed
.gitignore
@@ -14,3 +14,4 @@ node_modules
14
/test.mjs
15
/test.js
16
package-lock.json
17
+/styles/ui-variables.less
styles/mixins.less
@@ -1,4 +1,6 @@
1
-@import "ui-variables";
+// Specify a default to enable Less compilation outside Atom
2
+@tree-view-background-color: #303030;
3
+@import (optional) "ui-variables";
4
5
6
/*============================================================================*
0 commit comments