Initial commit

This commit is contained in:
2018-03-02 02:59:55 -05:00
parent 30518e56d4
commit 33cf657c70
34 changed files with 541 additions and 124 deletions

7
src/pages/grid/grid.scss Normal file
View File

@@ -0,0 +1,7 @@
page-grid {
ion-col {
box-sizing: border-box;
border: 1px solid #000000;
}
}