Skip to content

Commit fb6d6ab

Browse files
committed
fix less import
1 parent f49b3ed commit fb6d6ab

File tree

7 files changed

+1
-12
lines changed

7 files changed

+1
-12
lines changed

web_src/less/_admin.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "./variables.less";
2-
31
.admin {
42
&.notice {
53
padding-top: 15px;

web_src/less/_base.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "./variables.less";
2-
31
:root {
42
/* documented customizable variables */
53
--fonts-proportional: -apple-system, "BlinkMacSystemFont", system-ui, "Segoe UI", "Roboto", "Helvetica", "Arial";

web_src/less/_dashboard.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "./variables.less";
2-
31
.dashboard {
42
padding-top: 15px;
53

web_src/less/_form.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "./variables.less";
2-
31
input,
42
textarea,
53
.ui.input > input,

web_src/less/_home.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "./variables.less";
2-
31
.home {
42
.logo {
53
max-width: 220px;

web_src/less/features/heatmap.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "../variables.less";
2-
31
#user-heatmap {
42
width: 107%; // Fixes newest contributions not showing
53
text-align: center;

web_src/less/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
@import "_chroma";
2424

2525
@import "./helpers.less";
26+
@import "./variables.less";

0 commit comments

Comments
 (0)