themes/hugo-coder/assets/scss/fork-awesome/_functions.scss

8a208e81377eba5f1b636902925306c66f6fbdd4 · 349 B · 11 lines raw

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