diff options
author | Camil Staps | 2016-07-20 10:13:55 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-20 10:13:55 +0200 |
commit | 38a76731e504bd7df180019eaefc463f3957ee65 (patch) | |
tree | b0e7966d940716f4eddeefd3c0c0108257ff0845 /font-awesome-4.3.0/scss/_core.scss | |
parent | Links to offers from assignment overview (diff) |
Made font-awesome a submodule
Diffstat (limited to 'font-awesome-4.3.0/scss/_core.scss')
-rw-r--r-- | font-awesome-4.3.0/scss/_core.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/font-awesome-4.3.0/scss/_core.scss b/font-awesome-4.3.0/scss/_core.scss deleted file mode 100644 index 5a2db9d..0000000 --- a/font-awesome-4.3.0/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 - -} |