-
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
6fcdede
commit 7f7d69f
Showing
20 changed files
with
1,057 additions
and
19 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
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,3 @@ | ||
-- import: xyz | ||
|
||
-- xyz.dummy_component: Caption |
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,34 @@ | ||
-- ftd.text: hello | ||
|
||
-- ftd.text: Hello World | ||
region: h2 | ||
role: $rtype | ||
|
||
|
||
-- ftd.text: hello_h1 | ||
region: h1 | ||
role: $inherited.types.copy-regular | ||
color: $inherited.colors.text | ||
|
||
-- ftd.text: hello_h0 | ||
region: h3 | ||
role: $dtype | ||
|
||
|
||
-- ftd.type dtype: | ||
size.px: 40 | ||
weight: 700 | ||
font-family: cursive | ||
line-height.px: 65 | ||
letter-spacing.px: 5 | ||
|
||
-- ftd.type mtype: | ||
size.px: 20 | ||
weight: 100 | ||
font-family: fantasy | ||
line-height.px: 35 | ||
letter-spacing.px: 3 | ||
|
||
-- ftd.responsive-type rtype: | ||
desktop: $dtype | ||
mobile: $mtype |
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 @@ | ||
-- ftd.text: hello |
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 @@ | ||
-- ftd.text: nested document |
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 @@ | ||
-- ftd.text: This should be rendered inside amitu/nested/index/index.html |
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,11 @@ | ||
-- import: amitu/lib | ||
-- import: fifthtry.github.io/package-doc/typography as pd | ||
|
||
-- lib.block: | ||
|
||
-- pd.h1: Heading 1 | ||
|
||
Heading 1 content | ||
|
||
|
||
-- end: lib.block |
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,10 @@ | ||
-- component block: | ||
children wrapper: | ||
|
||
-- ftd.row: | ||
background.solid: #000000 | ||
children: $block.wrapper | ||
|
||
-- end: ftd.row | ||
|
||
-- end: block |
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
Oops, something went wrong.