Skip to content

Commit

Permalink
refactor(grid): rename mixin fullpage-grid to grid-fullpage
Browse files Browse the repository at this point in the history
BREAKING CHANGE: In order to better accommodate other grid mixins in the future, the mixin
`fullpage-grid` has been renamed to `grid-fullpage`.
  • Loading branch information
adrianschmidt committed Sep 10, 2019
1 parent 7e01611 commit f4a6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@mixin fullpage-grid($cols8, $cols4, $cols2) {
@mixin grid-fullpage($cols8, $cols4, $cols2) {
display: grid;
grid-template-areas: $cols8;
grid-template-columns: repeat(8, 1fr);
Expand Down

0 comments on commit f4a6910

Please sign in to comment.