From 37973bc1435f78f040d1e3f2c3398a4e2668b567 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Sat, 16 Apr 2016 17:56:13 -0600 Subject: Enable the EmptyRule SCSS Linter. Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter. --- app/assets/stylesheets/framework/files.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/assets/stylesheets/framework/files.scss') diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index 789df42fb66..98556460b51 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -82,10 +82,6 @@ } } - &.blob_file { - - } - &.blob-no-preview { background: #eee; text-shadow: 0 1px 2px #fff; -- cgit v1.2.1