-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The one that updates spacing and color functions (#1258)
* updates spacing and color functions * sorts lists in changelog * adds spacing file to the functions * adds the spacing function sass file
- Loading branch information
Stuart Robson
authored
Nov 25, 2020
1 parent
8851258
commit 4fade0d
Showing
4 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@function space($spacing-value) { | ||
$value: "vf-spacing--" + $spacing-value; | ||
@return map-get($vf-spacing-map, $value); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
@import 'map-deep-get'; | ||
@import 'string-replace'; | ||
@import 'set-color'; | ||
@import 'set-spacing'; | ||
@import 'set-layer'; | ||
@import 'theme'; | ||
|