chore(lib): refactor libs and update Font Awesome 5.11.2 -> 5.12.1

This commit is contained in:
Dillon
2020-02-24 17:53:08 +08:00
parent 72a2e9bdcf
commit ef88651fe4
164 changed files with 369 additions and 255 deletions

View File

@@ -0,0 +1,11 @@
// Functions
// --------------------------
// Helper function which adds quotes to preserve unicode values in CSS output.
//
// See: https://github.com/sass/sass/issues/1395
// See: https://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file
@function fa-content($fa-var) {
@return unquote("\"#{$fa-var}\"");
}