Skip to content

Commit a6a0ac1

Browse files
committed
code review
altough it doesnt matter, LESS lazy evals variables
1 parent 484a7e7 commit a6a0ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/less/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "~font-awesome/css/font-awesome.css";
22

3+
@import "./variables.less";
34
@import "./features/gitgraph.less";
45
@import "./features/animations.less";
56
@import "./features/heatmap.less";
@@ -23,4 +24,3 @@
2324
@import "_chroma";
2425

2526
@import "./helpers.less";
26-
@import "./variables.less";

0 commit comments

Comments
 (0)