Skip to content

Commit df5c85c

Browse files
committedDec 9, 2016
Unused CSS 😄
1 parent b56c911 commit df5c85c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed
 

‎03 - CSS Variables/index-FINISHED.html

-5
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

-5
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)
Please sign in to comment.