Skip to content

Commit 354d42e

Browse files
committed
Autoformat files
1 parent 485fedb commit 354d42e

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

src/components/about/AboutSection.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
.content-section {
55
background-attachment: scroll;
6-
background-image: url('../../img/mountains-grey.jpg');
6+
background-image: url("../../img/mountains-grey.jpg");
77
background-position: center;
88
background-repeat: no-repeat;
99
background-size: cover;
1010
color: config.$about-section-text-color;
11-
font-family: 'Roboto', sans-serif;
11+
font-family: "Roboto", sans-serif;
1212
font-size: 20px;
1313
height: 100vh;
1414
min-height: 775px;

src/components/navigation/NavigationBar.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.bar {
55
background: config.$nav-bar-background-color;
66
color: config.$nav-bar-text-color;
7-
font-family: 'Roboto', sans-serif;
7+
font-family: "Roboto", sans-serif;
88
width: 100%;
99

1010
@include break.under(medium) {

src/fonts/icons.module.scss

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
@font-face {
22
font-display: block;
3-
font-family: 'icons';
3+
font-family: "icons";
44
font-style: normal;
55
font-weight: normal;
6-
src:
7-
url('icons.ttf?4brbpa') format('truetype'),
8-
url('icons.woff?4brbpa') format('woff'),
9-
url('icons.svg?4brbpa#icons') format('svg');
6+
src: url("icons.ttf?4brbpa") format("truetype"),
7+
url("icons.woff?4brbpa") format("woff"),
8+
url("icons.svg?4brbpa#icons") format("svg");
109
}
1110

12-
[class*='icon-'] {
11+
[class*="icon-"] {
1312
/* use !important to prevent issues with browser extensions that change fonts */
14-
font-family: 'icons' !important;
13+
font-family: "icons" !important;
1514

1615
/* Better Font Rendering =========== */
1716
-webkit-font-smoothing: antialiased;
@@ -25,77 +24,77 @@
2524
}
2625

2726
.icon-c::before {
28-
content: '\e914';
27+
content: "\e914";
2928
}
3029

3130
.icon-css::before {
32-
content: '\e901';
31+
content: "\e901";
3332
}
3433

3534
.icon-docx::before {
36-
content: '\e902';
35+
content: "\e902";
3736
}
3837

3938
.icon-envelope::before {
40-
content: '\e903';
39+
content: "\e903";
4140
}
4241

4342
.icon-express::before {
44-
content: '\e904';
43+
content: "\e904";
4544
}
4645

4746
.icon-git::before {
48-
content: '\e905';
47+
content: "\e905";
4948
}
5049

5150
.icon-github::before {
52-
content: '\e906';
51+
content: "\e906";
5352
}
5453

5554
.icon-globe::before {
56-
content: '\e907';
55+
content: "\e907";
5756
}
5857

5958
.icon-html::before {
60-
content: '\e908';
59+
content: "\e908";
6160
}
6261

6362
.icon-javascript::before {
64-
content: '\e909';
63+
content: "\e909";
6564
}
6665

6766
.icon-jest::before {
68-
content: '\e90a';
67+
content: "\e90a";
6968
}
7069

7170
.icon-linkedin::before {
72-
content: '\e90b';
71+
content: "\e90b";
7372
}
7473

7574
.icon-nodejs::before {
76-
content: '\e90c';
75+
content: "\e90c";
7776
}
7877

7978
.icon-pdf::before {
80-
content: '\e90d';
79+
content: "\e90d";
8180
}
8281

8382
.icon-react::before {
84-
content: '\e90e';
83+
content: "\e90e";
8584
}
8685

8786
.icon-rss::before {
88-
content: '\e90f';
87+
content: "\e90f";
8988
}
9089

9190
.icon-scss::before {
92-
content: '\e910';
91+
content: "\e910";
9392
}
9493

9594
.icon-storybook::before {
96-
content: '\e911';
95+
content: "\e911";
9796
}
9897

9998
.icon-typescript::before {
100-
content: '\e912';
99+
content: "\e912";
101100
}

0 commit comments

Comments
 (0)