mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-14 20:20:58 +02:00
refactor(starter): upgrade to new version of gatsby
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
/**
|
||||
* Breakpoints
|
||||
*/
|
||||
@import "../variables";
|
||||
|
||||
@mixin breakpoint-xs {
|
||||
@content;
|
||||
@content;
|
||||
}
|
||||
|
||||
@mixin breakpoint-sm {
|
||||
@media screen and (min-width: $layout-breakpoint-sm) {
|
||||
@content;
|
||||
}
|
||||
@media screen and (min-width: $layout-breakpoint-sm) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin breakpoint-md {
|
||||
@media screen and (min-width: $layout-breakpoint-md) {
|
||||
@content;
|
||||
}
|
||||
@media screen and (min-width: $layout-breakpoint-md) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin breakpoint-lg {
|
||||
@media screen and (min-width: $layout-breakpoint-lg) {
|
||||
@content
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: $layout-breakpoint-lg) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user