From df5c85ce0884147de4400148c88bce96e0986df2 Mon Sep 17 00:00:00 2001 From: Akshay Kadam Date: Sat, 10 Dec 2016 02:01:01 +0530 Subject: [PATCH] Unused CSS :smile: --- 03 - CSS Variables/index-FINISHED.html | 5 ----- 03 - CSS Variables/index-START.html | 5 ----- 2 files changed, 10 deletions(-) diff --git a/03 - CSS Variables/index-FINISHED.html b/03 - CSS Variables/index-FINISHED.html index 9401d7b339..c3217fc003 100644 --- a/03 - CSS Variables/index-FINISHED.html +++ b/03 - CSS Variables/index-FINISHED.html @@ -57,11 +57,6 @@

Update CSS Variables with JS

margin-bottom: 50px; } - a { - color: var(--base); - text-decoration: none; - } - input { width:100px; } diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index bf0f33e3ba..7171607a8b 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -42,11 +42,6 @@

Update CSS Variables with JS

margin-bottom: 50px; } - a { - color: var(--base); - text-decoration: none; - } - input { width:100px; }