Skip to content

Commit cf058ad

Browse files
committed
refactor(grid): removed border-colors helpers
1 parent 6168123 commit cf058ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/guidelines/_grid.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ $grid-max-width: #{map-get($min-screensize-map, l)}px;
135135

136136
// get grid max screen with from style-basics/_breakpoints.scss
137137
max-width: $grid-max-width;
138-
139-
border: 1px solid blue;
138+
// border: 1px solid blue;
140139

141140
&:after,
142141
&:before {
@@ -213,7 +212,7 @@ $grid-max-width: #{map-get($min-screensize-map, l)}px;
213212
display: block;
214213
float: left;
215214
flex-shrink: 1;
216-
border: 1px green solid;
215+
// border: 1px green solid;
217216
width: 100%;
218217
}
219218

0 commit comments

Comments
 (0)