mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
5b134ac767
* Fixes #357 by upgrading to fontawesome-free 6.3.0 * Replaced the existing font-awesome files with new ones * Updated references in _variables.scss ro reference theme location * Tweaked social.html to remove redundant css class * Updating netlify.toml to more modern values --------- Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
21 lines
564 B
SCSS
Generated
21 lines
564 B
SCSS
Generated
/*!
|
|
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
* Copyright 2023 Fonticons, Inc.
|
|
*/
|
|
// Font Awesome core compile (Web Fonts-based)
|
|
// -------------------------
|
|
|
|
@import 'functions';
|
|
@import 'variables';
|
|
@import 'mixins';
|
|
@import 'core';
|
|
@import 'sizing';
|
|
@import 'fixed-width';
|
|
@import 'list';
|
|
@import 'bordered-pulled';
|
|
@import 'animated';
|
|
@import 'rotated-flipped';
|
|
@import 'stacked';
|
|
@import 'icons';
|
|
@import 'screen-reader';
|