X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=www%2Ffont-awesome%2Fscss%2F_core.scss;fp=www%2Ffont-awesome%2Fscss%2F_core.scss;h=0000000000000000000000000000000000000000;hb=618e9b1d9e1c495396c5a019242492af4bee511c;hp=7425ef85fc80ce6b035065906fc27490715e3733;hpb=9c2528aa24bf669be0c43a4117c9fa80cb19d410;p=www.git diff --git a/www/font-awesome/scss/_core.scss b/www/font-awesome/scss/_core.scss deleted file mode 100644 index 7425ef8..0000000 --- a/www/font-awesome/scss/_core.scss +++ /dev/null @@ -1,12 +0,0 @@ -// Base Class Definition -// ------------------------- - -.#{$fa-css-prefix} { - display: inline-block; - font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} 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; - -}