@use "sass:map"; @use "../settings" as *; @if map.get($modules, "layout/landmarks") { /** * Landmarks */ // Reboot based on : // - normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css // - sanitize.css v13.0.0 | CC0 1.0 Universal | github.com/csstools/sanitize.css // –––––––––––––––––––– // 1. Remove the margin in all browsers (opinionated) body { width: 100%; margin: 0; // 1 } // Render the `main` element consistently in IE main { display: block; } // Pico // –––––––––––––––––––– #{$parent-selector} #{$semantic-root-element} { > header, > main, > footer { //
,
,