-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35ed74d
commit 2980af8
Showing
3 changed files
with
623 additions
and
92 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,28 @@ | ||
-- ftd.container: | ||
background.solid: red | ||
mask.image: https://mdn.github.io/css-examples/masking/star.svg | ||
width.fixed.px: 300 | ||
height.fixed.px: 300 | ||
|
||
-- ftd.color red-orange: | ||
light: red | ||
dark: orange | ||
|
||
-- ftd.color yellow-blue: | ||
light: yellow | ||
dark: blue | ||
|
||
-- ftd.linear-gradient lg: | ||
direction: bottom-left | ||
colors: $color-values | ||
-- ftd.mask-multi mi: | ||
image: https://s3-us-west-2.amazonaws.com/s.cdpn.io/18515/heart.svg | ||
repeat: no-repeat | ||
position: center | ||
size: cover | ||
|
||
-- ftd.linear-gradient-color list color-values: | ||
-- component icon: | ||
caption ftd.color color: | ||
|
||
-- ftd.linear-gradient-color: $red-orange | ||
stop-position.percent: 40 | ||
-- ftd.container: | ||
background.solid: $icon.color | ||
mask.multi: $mi | ||
width.fixed.px: 48 | ||
height.fixed.px: 48 | ||
|
||
-- ftd.linear-gradient-color: $yellow-blue | ||
-- end: icon | ||
|
||
-- end: color-values | ||
-- ftd.color list colors: red, orange, yellow, green, blue, indigo, violet, cyan, magenta, lime, olive, maroon, purple, white, #e5e5e5, #ccc, #b2b2b2, #999, #7f7f7f, #666, #4c4c4c, #333, #191919, black | ||
|
||
-- ftd.row: | ||
width: fill-container | ||
align-content: center | ||
wrap: true | ||
|
||
-- ftd.mask-multi mi: | ||
image: https://mdn.github.io/css-examples/masking/star.svg | ||
size.fixed.rem: 2 | ||
repeat: no-repeat | ||
position: center | ||
-- icon: $color | ||
for: $color in $colors | ||
|
||
-- ftd.container: | ||
background.solid: red | ||
mask.multi: $mi | ||
width.fixed.px: 300 | ||
height.fixed.px: 300 | ||
-- end: ftd.row |
Oops, something went wrong.