Skip to content

Commit b101018

Browse files
committed
Enable Less compilation outside Atom
1 parent cbe918a commit b101018

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ node_modules
1414
/test.mjs
1515
/test.js
1616
package-lock.json
17+
/styles/ui-variables.less

styles/mixins.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
@import "ui-variables";
1+
// Specify a default to enable Less compilation outside Atom
2+
@tree-view-background-color: #303030;
3+
@import (optional) "ui-variables";
24

35

46
/*============================================================================*

0 commit comments

Comments
 (0)