mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
25 lines
759 B
SCSS
25 lines
759 B
SCSS
@import "icons/manifest";
|
|
|
|
// Variables
|
|
// --------------------------
|
|
|
|
$fa-font-path: "../fonts" !default;
|
|
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.1.0/fonts" !default; // for referencing Bootstrap CDN font files directly
|
|
$fa-css-prefix: fa !default;
|
|
$fa-version: "4.1.0" !default;
|
|
$fa-border-color: #eee !default;
|
|
$fa-inverse: #fff !default;
|
|
$fa-li-width: (30em / 14) !default;
|
|
|
|
$fa-icons-list: $fa-web-app-icons-map,
|
|
$fa-file-type-icons-map,
|
|
$fa-spinner-icons-map,
|
|
$fa-form-control-icons-map,
|
|
$fa-currency-icons-map,
|
|
$fa-text-editor-icons-map,
|
|
$fa-directional-icons-map,
|
|
$fa-brand-icons-map,
|
|
$fa-video-player-icons-map,
|
|
$fa-medical-icons-map;
|
|
|