Document writing in progress ..

This commit is contained in:
2025-11-25 22:09:00 +08:00
parent 444d3f866d
commit 874d1b7bd1
5691 changed files with 408435 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// functions
// --------------------------
@use "sass:string";
// fa-content: convenience function used to set content property
@function fa-content($var) {
@return string.unquote("\"#{ $var }\"");
}