From 367e532578d19fbdb2400d90d26fc95cdf7865cd Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 29 May 2013 12:04:16 -0700 Subject: [PATCH] Remove empty rule --- themes/atom-dark-syntax.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/atom-dark-syntax.css b/themes/atom-dark-syntax.css index 357f0886e..a396a83ec 100644 --- a/themes/atom-dark-syntax.css +++ b/themes/atom-dark-syntax.css @@ -85,9 +85,6 @@ color: #FF73FD; } -.punctuation { -} - .variable { color: #C6C5FE; }