Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 835d592

Browse files
authored
Merge pull request wesbos#15 from deadcoder0904/master
Unused CSS
2 parents fcbad9b + df5c85c commit 835d592

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

‎03 - CSS Variables/index-FINISHED.html‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
5757
margin-bottom:50px;
5858
}
5959

60-
a{
61-
color:var(--base);
62-
text-decoration: none;
63-
}
64-
6560
input{
6661
width:100px;
6762
}

‎03 - CSS Variables/index-START.html‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
4242
margin-bottom:50px;
4343
}
4444

45-
a{
46-
color:var(--base);
47-
text-decoration: none;
48-
}
49-
5045
input{
5146
width:100px;
5247
}

0 commit comments

Comments
(0)