Last active
January 17, 2017 15:27
-
-
Save Chryus/aba4ba77cf8ee26b99ed44b471d77b7b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
input: [ | |
[100, { width: "10%" }], | |
[200, { width: "20%" }], | |
[200, { width: "50%" }], | |
[200, { width: "80%" }], | |
[300, { width: "90%" }], | |
[100, { width: "100%" }] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment