Skip to content

Commit b5b61b0

Browse files
committed
Clean up
1 parent e14c775 commit b5b61b0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
.cache
2+
.cache
3+
.DS_Store

Diff for: basegrid.css

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
grid-auto-flow: row dense;
1212
}
1313
.basegrid>div{
14-
background: #eee;
1514
grid-column: var(--x) / span var(--w);
1615
grid-row: var(--y) / span var(--h);
1716
}
@@ -31,7 +30,4 @@
3130
display: block;
3231
margin: 0;
3332
}
34-
.tile{
35-
margin: var(--g);
36-
}
3733
}

0 commit comments

Comments
 (0)