Skip to content

Commit 77bbdfb

Browse files
committed
Normalize LESS quotes
1 parent 6ffeb32 commit 77bbdfb

7 files changed

Lines changed: 8 additions & 8 deletions

components/Activity/Hackathon/HackathonActionHub.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./theme.less";
1+
@import './theme.less';
22

33
.section {
44
.section-shell();

components/Activity/Hackathon/HackathonAwards.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./theme.less";
1+
@import './theme.less';
22

33
.section-frame();
44

components/Activity/Hackathon/HackathonOverview.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./theme.less";
1+
@import './theme.less';
22

33
.section-frame();
44

components/Activity/Hackathon/HackathonParticipants.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./theme.less";
1+
@import './theme.less';
22

33
.section-frame();
44

components/Activity/Hackathon/HackathonResources.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./theme.less";
1+
@import './theme.less';
22

33
.section-frame();
44

components/Activity/Hackathon/HackathonSchedule.module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./theme.less";
1+
@import './theme.less';
22

33
.section-frame();
44

components/Activity/Hackathon/theme.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
@rose: #ff78ba;
1111
@purple: #7b61ff;
1212
@shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
13-
@heading: "Orbitron", "Avenir Next", "Segoe UI", sans-serif;
14-
@body: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
13+
@heading: 'Orbitron', 'Avenir Next', 'Segoe UI', sans-serif;
14+
@body: 'Outfit', 'Avenir Next', 'Segoe UI', sans-serif;
1515

1616
.panel-card() {
1717
box-shadow: @shadow;

0 commit comments

Comments
 (0)