mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:25:13 +00:00
Fix various coding-style violations and random imports
This commit is contained in:
@ -104,7 +104,7 @@ $layouts: (
|
||||
@include hide-component();
|
||||
}
|
||||
|
||||
@function get-layout($layouts-key){
|
||||
@function get-layout($layouts-key) {
|
||||
@return map_get($layouts, $layouts-key);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user