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

f5f36d3696bdc211a8e4651b2988a4296a533d9c · 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 }