-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wording and add a note explaining the sample
- Loading branch information
1 parent
0f3b844
commit 1a380ee
Showing
7 changed files
with
25 additions
and
11 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ module.exports = [ | |
}), | ||
optional({ | ||
include: ['moment'] | ||
}), | ||
}) | ||
], | ||
output: { | ||
name: 'Chart', | ||
|
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,20 @@ | ||
.content { | ||
max-width: 640px; | ||
margin: auto; | ||
padding: 16px 32px; | ||
padding: 1rem; | ||
} | ||
|
||
.note { | ||
font-family: sans-serif; | ||
color: #5050a0; | ||
line-height: 1.4; | ||
margin-bottom: 1rem; | ||
padding: 1rem; | ||
} | ||
|
||
code { | ||
background-color: #f5f5ff; | ||
border: 1px solid #d0d0fa; | ||
border-radius: 4px; | ||
padding: 0.05rem 0.25rem; | ||
} |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900'); | ||
|
||
body, 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