Started the project

This commit is contained in:
thatscringebro
2023-03-17 21:20:24 -04:00
parent e46739bdd4
commit 4960271bf0
2154 changed files with 247689 additions and 0 deletions

20
lib/FontAwesome/less/fontawesome.less vendored Normal file
View File

@@ -0,0 +1,20 @@
/*!
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/
// Font Awesome core compile (Web Fonts-based)
// -------------------------
@import "_variables.less";
@import "_mixins.less";
@import "_core.less";
@import "_sizing.less";
@import "_fixed-width.less";
@import "_list.less";
@import "_bordered-pulled.less";
@import "_animated.less";
@import "_rotated-flipped.less";
@import "_stacked.less";
@import "_icons.less";
@import "_screen-reader.less";