Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/vendor/FontAwesome/fontawesome-free-5.14.0-web/scss/_core.scss')
-rw-r--r--static/vendor/FontAwesome/fontawesome-free-5.14.0-web/scss/_core.scss21
1 files changed, 0 insertions, 21 deletions
diff --git a/static/vendor/FontAwesome/fontawesome-free-5.14.0-web/scss/_core.scss b/static/vendor/FontAwesome/fontawesome-free-5.14.0-web/scss/_core.scss
deleted file mode 100644
index cbd4cf7..0000000
--- a/static/vendor/FontAwesome/fontawesome-free-5.14.0-web/scss/_core.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-// Base Class Definition
-// -------------------------
-
-.#{$fa-css-prefix},
-.fas,
-.far,
-.fal,
-.fad,
-.fab {
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- display: inline-block;
- font-style: normal;
- font-variant: normal;
- text-rendering: auto;
- line-height: 1;
-}
-
-%fa-icon {
- @include fa-icon;
-}