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
views: | |
- title: Grid | |
path: grid | |
layout: | |
grid-template-columns: auto 30px 25% | |
grid-template-rows: auto | |
grid-template-areas: | | |
"header header header header header header header header" | |
"left left left left right right right right" | |
"time time time button1 footer footer footer footer" |