Add theme assets;
This commit is contained in:
4
public/assets/scss/common/_functions.scss
Normal file
4
public/assets/scss/common/_functions.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
// Functions
|
||||
@function social-color($key: "twitter") {
|
||||
@return map-get($social-colors, $key);
|
||||
}
|
||||
Reference in New Issue
Block a user