From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- www/lib/font-awesome/scss/_core.scss | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 www/lib/font-awesome/scss/_core.scss (limited to 'www/lib/font-awesome/scss/_core.scss') diff --git a/www/lib/font-awesome/scss/_core.scss b/www/lib/font-awesome/scss/_core.scss deleted file mode 100644 index 5a2db9d5..00000000 --- a/www/lib/font-awesome/scss/_core.scss +++ /dev/null @@ -1,13 +0,0 @@ -// Base Class Definition -// ------------------------- - -.#{$fa-css-prefix} { - display: inline-block; - font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration - font-size: inherit; // can't have font-size inherit on line above, so need to override - text-rendering: auto; // optimizelegibility throws things off #1094 - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); // ensures no half-pixel rendering in firefox - -} -- cgit v1.2.3