integarting admin dashboard
This commit is contained in:
4
public/Dashboard/scss/common/light/_functions.scss
Normal file
4
public/Dashboard/scss/common/light/_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