added bootstar, font awsome, and the project is in a useable state, bit needs some manual setup.
This commit is contained in:
8
ProjectKiln/app/fontawesome/scss/_functions.scss
vendored
Normal file
8
ProjectKiln/app/fontawesome/scss/_functions.scss
vendored
Normal 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 }\"");
|
||||
}
|
||||
Reference in New Issue
Block a user