X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Ffont-awesome-4.6.3%2Fscss%2F_core.scss;fp=www%2Ffont-awesome-4.6.3%2Fscss%2F_core.scss;h=0000000000000000000000000000000000000000;hp=7425ef85fc80ce6b035065906fc27490715e3733;hb=1185fd4aba66d63bae5d166e9708a9db2a9b787d;hpb=1bea084f937442af9ca3e85c93cc475f8ae74b45 diff --git a/www/font-awesome-4.6.3/scss/_core.scss b/www/font-awesome-4.6.3/scss/_core.scss deleted file mode 100644 index 7425ef8..0000000 --- a/www/font-awesome-4.6.3/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; - -}