_sass/tallneck/layout.scss in jekyll-theme-tallneck-0.2.10 vs _sass/tallneck/layout.scss in jekyll-theme-tallneck-0.2.11

- old
+ new

@@ -1,7 +1,10 @@ -@import "footer", "header"; +@use "variables"; +@use "footer"; +@use "header"; + .page-main { position: relative; margin: 0 auto; padding: 2rem 2rem 1rem 2rem; @@ -43,9 +46,9 @@ text-decoration: underline; } } .content-width { - max-width: $content-width; + max-width: variables.$content-width; margin-left: auto; margin-right: auto; }