mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
adding scss files to root dir, moving canonical files into root dir
This commit is contained in:
parent
453ccfc214
commit
89cdc55b08
1191
src/assets/font-awesome/scss/font-awesome-2.css
vendored
Normal file
1191
src/assets/font-awesome/scss/font-awesome-2.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1294
src/assets/font-awesome/scss/font-awesome-ie7.scss
vendored
Normal file
1294
src/assets/font-awesome/scss/font-awesome-ie7.scss
vendored
Normal file
File diff suppressed because it is too large
Load Diff
31
src/assets/font-awesome/scss/font-awesome.scss
vendored
Normal file
31
src/assets/font-awesome/scss/font-awesome.scss
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
/*! Font Awesome 3.1.0
|
||||
* the iconic font designed for Bootstrap
|
||||
* -------------------------------------------------------
|
||||
* The full suite of pictographic icons, examples, and documentation
|
||||
* can be found at: http://fontawesome.io
|
||||
*
|
||||
* License
|
||||
* -------------------------------------------------------
|
||||
* - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
|
||||
* http://scripts.sil.org/OFL
|
||||
* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
|
||||
* http://opensource.org/licenses/mit-license.html
|
||||
* - Font Awesome documentation licensed under CC BY 3.0 License -
|
||||
* http://creativecommons.org/licenses/by/3.0/
|
||||
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
||||
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
||||
*
|
||||
* Contact
|
||||
* -------------------------------------------------------
|
||||
* Email: dave@fontawesome.io
|
||||
* Twitter: http://twitter.com/fortaweso_me
|
||||
* Work: Lead Product Designer @ http://kyruus.com
|
||||
*/
|
||||
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "path";
|
||||
@import "core";
|
||||
@import "bootstrap";
|
||||
@import "extras";
|
||||
@import "icons";
|
Loading…
Reference in New Issue
Block a user