cheatsheet
Version:
Cheatsheet boilerplate. Created for the new lesscss.org website, based on Shopify Cheat Sheet by Mark Dunkley.
54 lines • 1.12 kB
JSON
{
"container": {
"rows": [
{
"columns": [
{
"width": 12,
"content": {
"html": "<h4>Here's the header of the page</h4>\n <hr>"
}
}
]
},
{
"columns": [
{
"width": 4,
"content": {
"markdown": "\n - item1\n - item2\n - item3"
}
},
{
"width": 4,
"content": {
"md": "<%= config.content %>/test.md"
}
},
{
"width": 4,
"content": {
"html": "<a href='http://www.woodwardb.com'>Awesomeness</a>"
}
}
]
},
{
"columns": [
{
"width": 6,
"content": {
"markdown": "\n###Footer Left\n"
}
},
{
"width": 6,
"content": {
"markdown": "\n###Footer Right\n"
}
}
]
}
]
}
}