From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- static/fork-awesome/scss/_functions.scss | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 static/fork-awesome/scss/_functions.scss (limited to 'static/fork-awesome/scss/_functions.scss') diff --git a/static/fork-awesome/scss/_functions.scss b/static/fork-awesome/scss/_functions.scss deleted file mode 100644 index 7ef2336..0000000 --- a/static/fork-awesome/scss/_functions.scss +++ /dev/null @@ -1,11 +0,0 @@ -// 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}\""); -} -- cgit v1.2.3-54-g00ecf