diff --git a/assets/combined.css b/assets/combined.css index b565ad6..d155c8e 100644 --- a/assets/combined.css +++ b/assets/combined.css @@ -226,6 +226,7 @@ aside { } html { + box-sizing: border-box; font-size: 16px; font-size: 100%; font-family: Merriweather, Georgia, serif; @@ -259,17 +260,17 @@ html { } } -body { - box-sizing: border-box; - margin: 0; +*, +*::before, +*::after { + box-sizing: inherit; } -div { - box-sizing: border-box; +body { + margin: 0; } footer { - box-sizing: border-box; display: block; } body > footer { @@ -278,7 +279,6 @@ body > footer { } header { - box-sizing: border-box; display: block; } @@ -287,7 +287,6 @@ main { } section { - box-sizing: border-box; display: block; } @@ -315,7 +314,6 @@ a:active { } article { - box-sizing: border-box; display: block; margin: 0 auto; width: 80%; @@ -391,7 +389,6 @@ figcaption { } figure { - box-sizing: border-box; display: block; } @@ -422,10 +419,6 @@ figure { } } -input { - box-sizing: border-box; -} - /* Headings ========================================================================== */ h1 { @@ -654,17 +647,12 @@ svg:not(:root) { overflow: hidden; } -article ul, article -ol { - box-sizing: border-box; -} ul li, ol li { margin-bottom: 0; } nav { - box-sizing: border-box; display: block; } @@ -674,7 +662,6 @@ progress { } blockquote { - box-sizing: border-box; font-style: italic; padding-left: 1.4375rem; } diff --git a/assets/combined.gz.css b/assets/combined.gz.css index 28d897b..3c60ebc 100644 Binary files a/assets/combined.gz.css and b/assets/combined.gz.css differ diff --git a/assets/combined.min.css b/assets/combined.min.css index 3b7abd3..68fbb7d 100644 --- a/assets/combined.min.css +++ b/assets/combined.min.css @@ -1 +1 @@ -.hljs{display:block;overflow-x:auto;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (min-width:40em){.floatLeft{float:left}}@media screen and (min-width:40em){.floatCenter{margin-left:auto;margin-right:auto}}@media screen and (min-width:40em){.floatRight{float:right}}.grid,.grid-double{background-image:linear-gradient(to bottom,rgba(0,170,255,.3) 1px,transparent 1px);background-position:left top;background-repeat:repeat;background-size:100% 1.625rem}@media screen and (min-width:40em){.grid,.grid-double{background-size:100% 1.722222222222222rem}}.grid-double{background-image:linear-gradient(to bottom,rgba(0,170,255,.3) 1px,transparent 1px,transparent 13px,rgba(0,170,255,.2) 13px,transparent 14px,transparent 26px)}@media screen and (min-width:40em){.grid-double{background-image:linear-gradient(to bottom,rgba(0,170,255,.3) 1px,transparent 1px,transparent 15.5px,rgba(0,170,255,.2) 15.5px,transparent 16.5px,transparent 31px)}}.toggleWrapper{display:block;position:fixed;top:26px;right:26px;background-color:#231F20;border-radius:25px;padding:0 10px 0 20px;height:32px}@media screen and (min-width:40em){.toggleWrapper{right:31px;top:31px}}.btnToggleGrid{background:url(../../assets/images/grid-icons.png) top right/32px no-repeat;display:block;font-size:14px;text-decoration:none;padding-right:35px;height:32px;line-height:34px;font-family:Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#fff}@media screen and (min-width:40em){.btnToggleGrid{top:31px;right:31px}}.btnToggleGrid:hover{color:#fff}.btnToggleGrid:active{color:red}.double-grid{background-position-y:-32px}.grid-off{background-position-y:-64px}aside{display:block}@media screen and (min-width:40em){body,html{margin:0;width:100%;max-width:none}}html{font-size:16px;font-size:100%;font-family:Merriweather,Georgia,serif;color:#222;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}@media screen and (min-width:40em){html{font-size:18px;font-size:1.125rem}}*{line-height:26px;line-height:1.625rem;margin:0 0 1.625rem}@media screen and (min-width:40em){*{line-height:31px;line-height:1.722222222222222rem;margin-bottom:1.722222222222222rem;max-width:630px;max-width:35rem;margin-left:auto;margin-right:auto}}body{box-sizing:border-box;margin:0}div{box-sizing:border-box}footer{box-sizing:border-box;display:block}body>footer{margin:0 auto;width:80%}header{box-sizing:border-box;display:block}main{display:block}section{box-sizing:border-box;display:block}a{background:0 0;color:#222;transition:all .3s}a:active,a:hover{outline:0}a:hover{color:#222}a:visited{color:#888}a:visited:hover{color:#222}a:active{color:red}article{box-sizing:border-box;display:block;margin:0 auto;width:80%}@media screen and (min-width:40em){article{max-width:945px;max-width:52.5rem}}audio{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}canvas{display:inline-block;vertical-align:baseline}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace}code{padding:1.625rem;display:block}@media screen and (min-width:40em){code{padding:1.722222222222222rem}}details,summary{display:block}figcaption{line-height:26px;line-height:1.625rem;color:#222;display:block;font-size:.8125rem;font-style:italic;margin-bottom:0;text-align:center}@media screen and (min-width:40em){figcaption{line-height:31px;line-height:1.722222222222222rem;margin-bottom:0}}figure{box-sizing:border-box;display:block}@media screen and (min-width:40em){figure.floatLeft,figure.floatRight{max-width:315px;max-width:17.5rem;padding:0 1.722222222222222rem}}@media screen and (min-width:40em){figure.floatLeft blockquote,figure.floatRight blockquote{padding:0;text-align:left}}@media screen and (min-width:40em){figure.floatLeft blockquote p,figure.floatRight blockquote p{font-size:19.2px;font-size:1.2rem;line-height:31px;line-height:1.722222222222222rem}}input{box-sizing:border-box}h1{font-size:40px;font-size:2.5rem;line-height:52px;line-height:3.25rem;margin-top:6.5rem;margin-bottom:1.625rem}h2{font-size:27px;font-size:1.6875rem;line-height:39px;line-height:2.4375rem;margin-top:4.0625rem;margin-bottom:.8125rem}h3{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem;margin-top:3.25rem;margin-bottom:.8125rem}h4{font-size:19.2px;font-size:1.2rem;line-height:26px;line-height:1.625rem;margin-top:2.4375rem;margin-bottom:.8125rem}h5,h6{font-size:16px;font-size:1rem;line-height:26px;line-height:1.625rem;margin-top:4.0625rem;margin-bottom:.8125rem}@media screen and (min-width:40em){h1{font-size:40px;font-size:2.5rem;line-height:62px;line-height:3.444444444444445rem;margin-top:6.888888888888889rem;margin-bottom:1.722222222222222rem}h2{font-size:27px;font-size:1.6875rem;line-height:46.5px;line-height:2.583333333333334rem;margin-top:4.305555555555556rem;margin-bottom:.861111111111111rem}h3{font-size:22px;font-size:1.375rem;line-height:31px;line-height:1.722222222222222rem;margin-top:3.444444444444445rem;margin-bottom:.861111111111111rem}h4{font-size:19.2px;font-size:1.2rem;line-height:31px;line-height:1.722222222222222rem;margin-top:2.583333333333334rem;margin-bottom:.861111111111111rem}h5,h6{font-size:16px;font-size:1rem;line-height:31px;line-height:1.722222222222222rem;margin-top:4.305555555555556rem;margin-bottom:.861111111111111rem}}h1+h2{margin-top:1.625rem}@media screen and (min-width:40em){h1+h2{margin-top:1.722222222222222rem}}h2+h3,h3+h4,h4+h5{margin-top:.8125rem}@media screen and (min-width:40em){h2+h3,h3+h4,h4+h5{margin-top:.861111111111111rem}}h5+h6{margin-top:-.8125rem}@media screen and (min-width:40em){h5+h6{margin-top:-.861111111111111rem}}h6{font-style:italic;font-weight:400}hgroup{display:block}hr{margin:3.25rem auto;box-sizing:content-box;border:0;color:#222;display:block;height:26px;height:1.625rem;background-size:100% 1.625rem;background-image:linear-gradient(to bottom,transparent 1px,transparent 11px,#222 11px,#222 15px,transparent 15px,transparent 26px);width:100px}@media screen and (min-width:40em){hr{margin-top:3.444444444444445rem;margin-bottom:3.444444444444445rem;height:31px;height:1.722222222222222rem}}@media screen and (min-width:40em){hr{background-size:100% 1.722222222222222rem;background-image:linear-gradient(to bottom,transparent 1px,transparent 13.5px,#222 13.5px,#222 17.5px,transparent 17.5px,transparent 31px)}}img{border:0;max-width:100%;display:block;margin:inherit;margin-right:auto;margin-left:auto}svg:not(:root){overflow:hidden}article ol,article ul{box-sizing:border-box}ol li,ul li{margin-bottom:0}nav{box-sizing:border-box;display:block}progress{display:inline-block;vertical-align:baseline}blockquote{box-sizing:border-box;font-style:italic;padding-left:1.4375rem}@media screen and (min-width:40em){blockquote{padding-left:2rem}}cite{display:block;font-style:normal}figure blockquote{padding:1.625rem 0}@media screen and (min-width:40em){figure blockquote{padding:3.444444444444445rem 0 1.722222222222222rem;text-align:center}}figure blockquote p{font-size:27px;font-size:1.6875rem;line-height:39px;line-height:2.4375rem}@media screen and (min-width:40em){figure blockquote p{font-size:27px;font-size:1.6875rem;line-height:46.5px;line-height:2.583333333333334rem}}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}[hidden],template{display:none}abbr{letter-spacing:.1em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}em,i{line-height:0;position:relative;vertical-align:baseline}mark{background:#ff0;color:#000}small{line-height:13px;line-height:.8125rem;font-size:70%}@media screen and (min-width:40em){small{line-height:15.5px;line-height:.861111111111111rem}}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}.attention-grabber{font-size:19.2px;font-size:1.2rem}.alignLeft{text-align:left}.alignCenter{text-align:center}.alignRight{text-align:right}.uppercase{letter-spacing:.1em;text-transform:uppercase}video{display:inline-block;vertical-align:baseline} \ No newline at end of file +.hljs{display:block;overflow-x:auto;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:700}.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type{color:#458;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:navy;font-weight:400}.hljs-link,.hljs-regexp{color:#009926}.hljs-bullet,.hljs-symbol{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (min-width:40em){.floatLeft{float:left}}@media screen and (min-width:40em){.floatCenter{margin-left:auto;margin-right:auto}}@media screen and (min-width:40em){.floatRight{float:right}}.grid,.grid-double{background-image:linear-gradient(to bottom,rgba(0,170,255,.3) 1px,transparent 1px);background-position:left top;background-repeat:repeat;background-size:100% 1.625rem}@media screen and (min-width:40em){.grid,.grid-double{background-size:100% 1.722222222222222rem}}.grid-double{background-image:linear-gradient(to bottom,rgba(0,170,255,.3) 1px,transparent 1px,transparent 13px,rgba(0,170,255,.2) 13px,transparent 14px,transparent 26px)}@media screen and (min-width:40em){.grid-double{background-image:linear-gradient(to bottom,rgba(0,170,255,.3) 1px,transparent 1px,transparent 15.5px,rgba(0,170,255,.2) 15.5px,transparent 16.5px,transparent 31px)}}.toggleWrapper{display:block;position:fixed;top:26px;right:26px;background-color:#231F20;border-radius:25px;padding:0 10px 0 20px;height:32px}@media screen and (min-width:40em){.toggleWrapper{right:31px;top:31px}}.btnToggleGrid{background:url(../../assets/images/grid-icons.png) top right/32px no-repeat;display:block;font-size:14px;text-decoration:none;padding-right:35px;height:32px;line-height:34px;font-family:Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;color:#fff}@media screen and (min-width:40em){.btnToggleGrid{top:31px;right:31px}}.btnToggleGrid:hover{color:#fff}.btnToggleGrid:active{color:red}.double-grid{background-position-y:-32px}.grid-off{background-position-y:-64px}aside{display:block}@media screen and (min-width:40em){body,html{margin:0;width:100%;max-width:none}}html{box-sizing:border-box;font-size:16px;font-size:100%;font-family:Merriweather,Georgia,serif;color:#222;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}@media screen and (min-width:40em){html{font-size:18px;font-size:1.125rem}}*{line-height:26px;line-height:1.625rem;margin:0 0 1.625rem}@media screen and (min-width:40em){*{line-height:31px;line-height:1.722222222222222rem;margin-bottom:1.722222222222222rem;max-width:630px;max-width:35rem;margin-left:auto;margin-right:auto}}*,::after,::before{box-sizing:inherit}body{margin:0}footer{display:block}body>footer{margin:0 auto;width:80%}header,main,section{display:block}a{background:0 0;color:#222;transition:all .3s}a:active,a:hover{outline:0}a:hover{color:#222}a:visited{color:#888}a:visited:hover{color:#222}a:active{color:red}article{display:block;margin:0 auto;width:80%}@media screen and (min-width:40em){article{max-width:945px;max-width:52.5rem}}audio{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}canvas{display:inline-block;vertical-align:baseline}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace}code{padding:1.625rem;display:block}@media screen and (min-width:40em){code{padding:1.722222222222222rem}}details,summary{display:block}figcaption{line-height:26px;line-height:1.625rem;color:#222;display:block;font-size:.8125rem;font-style:italic;margin-bottom:0;text-align:center}@media screen and (min-width:40em){figcaption{line-height:31px;line-height:1.722222222222222rem;margin-bottom:0}}figure{display:block}@media screen and (min-width:40em){figure.floatLeft,figure.floatRight{max-width:315px;max-width:17.5rem;padding:0 1.722222222222222rem}}@media screen and (min-width:40em){figure.floatLeft blockquote,figure.floatRight blockquote{padding:0;text-align:left}}@media screen and (min-width:40em){figure.floatLeft blockquote p,figure.floatRight blockquote p{font-size:19.2px;font-size:1.2rem;line-height:31px;line-height:1.722222222222222rem}}h1{font-size:40px;font-size:2.5rem;line-height:52px;line-height:3.25rem;margin-top:6.5rem;margin-bottom:1.625rem}h2{font-size:27px;font-size:1.6875rem;line-height:39px;line-height:2.4375rem;margin-top:4.0625rem;margin-bottom:.8125rem}h3{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem;margin-top:3.25rem;margin-bottom:.8125rem}h4{font-size:19.2px;font-size:1.2rem;line-height:26px;line-height:1.625rem;margin-top:2.4375rem;margin-bottom:.8125rem}h5,h6{font-size:16px;font-size:1rem;line-height:26px;line-height:1.625rem;margin-top:4.0625rem;margin-bottom:.8125rem}@media screen and (min-width:40em){h1{font-size:40px;font-size:2.5rem;line-height:62px;line-height:3.444444444444445rem;margin-top:6.888888888888889rem;margin-bottom:1.722222222222222rem}h2{font-size:27px;font-size:1.6875rem;line-height:46.5px;line-height:2.583333333333334rem;margin-top:4.305555555555556rem;margin-bottom:.861111111111111rem}h3{font-size:22px;font-size:1.375rem;line-height:31px;line-height:1.722222222222222rem;margin-top:3.444444444444445rem;margin-bottom:.861111111111111rem}h4{font-size:19.2px;font-size:1.2rem;line-height:31px;line-height:1.722222222222222rem;margin-top:2.583333333333334rem;margin-bottom:.861111111111111rem}h5,h6{font-size:16px;font-size:1rem;line-height:31px;line-height:1.722222222222222rem;margin-top:4.305555555555556rem;margin-bottom:.861111111111111rem}}h1+h2{margin-top:1.625rem}@media screen and (min-width:40em){h1+h2{margin-top:1.722222222222222rem}}h2+h3,h3+h4,h4+h5{margin-top:.8125rem}@media screen and (min-width:40em){h2+h3,h3+h4,h4+h5{margin-top:.861111111111111rem}}h5+h6{margin-top:-.8125rem}@media screen and (min-width:40em){h5+h6{margin-top:-.861111111111111rem}}h6{font-style:italic;font-weight:400}hgroup{display:block}hr{margin:3.25rem auto;box-sizing:content-box;border:0;color:#222;display:block;height:26px;height:1.625rem;background-size:100% 1.625rem;background-image:linear-gradient(to bottom,transparent 1px,transparent 11px,#222 11px,#222 15px,transparent 15px,transparent 26px);width:100px}@media screen and (min-width:40em){hr{margin-top:3.444444444444445rem;margin-bottom:3.444444444444445rem;height:31px;height:1.722222222222222rem}}@media screen and (min-width:40em){hr{background-size:100% 1.722222222222222rem;background-image:linear-gradient(to bottom,transparent 1px,transparent 13.5px,#222 13.5px,#222 17.5px,transparent 17.5px,transparent 31px)}}img{border:0;max-width:100%;display:block;margin:inherit;margin-right:auto;margin-left:auto}svg:not(:root){overflow:hidden}ol li,ul li{margin-bottom:0}nav{display:block}progress{display:inline-block;vertical-align:baseline}blockquote{font-style:italic;padding-left:1.4375rem}@media screen and (min-width:40em){blockquote{padding-left:2rem}}cite{display:block;font-style:normal}figure blockquote{padding:1.625rem 0}@media screen and (min-width:40em){figure blockquote{padding:3.444444444444445rem 0 1.722222222222222rem;text-align:center}}figure blockquote p{font-size:27px;font-size:1.6875rem;line-height:39px;line-height:2.4375rem}@media screen and (min-width:40em){figure blockquote p{font-size:27px;font-size:1.6875rem;line-height:46.5px;line-height:2.583333333333334rem}}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}[hidden],template{display:none}abbr{letter-spacing:.1em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}em,i{line-height:0;position:relative;vertical-align:baseline}mark{background:#ff0;color:#000}small{line-height:13px;line-height:.8125rem;font-size:70%}@media screen and (min-width:40em){small{line-height:15.5px;line-height:.861111111111111rem}}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}.attention-grabber{font-size:19.2px;font-size:1.2rem}.alignLeft{text-align:left}.alignCenter{text-align:center}.alignRight{text-align:right}.uppercase{letter-spacing:.1em;text-transform:uppercase}video{display:inline-block;vertical-align:baseline} \ No newline at end of file diff --git a/src/style/gutenberg.css b/src/style/gutenberg.css index 8331ed9..052ff4a 100644 --- a/src/style/gutenberg.css +++ b/src/style/gutenberg.css @@ -126,6 +126,7 @@ aside { } html { + box-sizing: border-box; font-size: 16px; font-size: 100%; font-family: Merriweather, Georgia, serif; @@ -159,17 +160,17 @@ html { } } -body { - box-sizing: border-box; - margin: 0; +*, +*::before, +*::after { + box-sizing: inherit; } -div { - box-sizing: border-box; +body { + margin: 0; } footer { - box-sizing: border-box; display: block; } body > footer { @@ -178,7 +179,6 @@ body > footer { } header { - box-sizing: border-box; display: block; } @@ -187,7 +187,6 @@ main { } section { - box-sizing: border-box; display: block; } @@ -215,7 +214,6 @@ a:active { } article { - box-sizing: border-box; display: block; margin: 0 auto; width: 80%; @@ -291,7 +289,6 @@ figcaption { } figure { - box-sizing: border-box; display: block; } @@ -322,10 +319,6 @@ figure { } } -input { - box-sizing: border-box; -} - /* Headings ========================================================================== */ h1 { @@ -554,17 +547,12 @@ svg:not(:root) { overflow: hidden; } -article ul, article -ol { - box-sizing: border-box; -} ul li, ol li { margin-bottom: 0; } nav { - box-sizing: border-box; display: block; } @@ -574,7 +562,6 @@ progress { } blockquote { - box-sizing: border-box; font-style: italic; padding-left: 1.4375rem; } diff --git a/src/style/gutenberg.css.map b/src/style/gutenberg.css.map index b7ee706..f6d1143 100644 --- a/src/style/gutenberg.css.map +++ b/src/style/gutenberg.css.map @@ -1,7 +1,7 @@ { "version": 3, -"mappings": "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", -"sources": ["gutenberg.scss","_gutenberg-config.scss","helpers/_alignment.scss","helpers/_grid.scss","layout/_aside.scss","layout/_base.scss","mixins/_line-height.scss","mixins/_margin.scss","layout/_footer.scss","layout/_header.scss","layout/_main.scss","layout/_section.scss","modules/_anchor.scss","modules/_article.scss","modules/_audio.scss","modules/_canvas.scss","modules/_code.scss","mixins/_padding.scss","modules/_details.scss","modules/_figure.scss","mixins/_font-size.scss","modules/_form.scss","modules/_headline.scss","modules/_horizontal-rule.scss","modules/_image.scss","modules/_list.scss","modules/_navigation.scss","modules/_progress.scss","modules/_quote.scss","modules/_table.scss","modules/_template.scss","modules/_text.scss","modules/_video.scss"], +"mappings": "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", +"sources": ["gutenberg.scss","_gutenberg-config.scss","helpers/_alignment.scss","helpers/_grid.scss","layout/_aside.scss","layout/_base.scss","mixins/_line-height.scss","mixins/_margin.scss","layout/_footer.scss","layout/_header.scss","layout/_main.scss","layout/_section.scss","modules/_anchor.scss","modules/_article.scss","modules/_audio.scss","modules/_canvas.scss","modules/_code.scss","mixins/_padding.scss","modules/_details.scss","modules/_figure.scss","mixins/_font-size.scss","modules/_heading.scss","modules/_horizontal-rule.scss","modules/_image.scss","modules/_list.scss","modules/_navigation.scss","modules/_progress.scss","modules/_quote.scss","modules/_table.scss","modules/_template.scss","modules/_text.scss","modules/_video.scss"], "names": [], "file": "gutenberg.css" } diff --git a/src/style/gutenberg.scss b/src/style/gutenberg.scss index 1b7c962..07e9ad7 100644 --- a/src/style/gutenberg.scss +++ b/src/style/gutenberg.scss @@ -33,7 +33,7 @@ License URL ... https://raw.githubusercontent.com/matejlatin/Gutenberg/master/li @import 'modules/details'; @import 'modules/figure'; @import 'modules/form'; -@import 'modules/headline'; +@import 'modules/heading'; @import 'modules/horizontal-rule'; @import 'modules/image'; @import 'modules/list'; diff --git a/src/style/layout/_base.scss b/src/style/layout/_base.scss index 0f211cd..758c3f6 100644 --- a/src/style/layout/_base.scss +++ b/src/style/layout/_base.scss @@ -14,6 +14,7 @@ html { // Font defaults html { + box-sizing: border-box; font-size: #{$base + 'px'}; font-size: #{$base-font-size + '%'}; font-family: $font-body; @@ -50,11 +51,12 @@ html { } -body { - box-sizing: border-box; - margin: 0; +*, +*::before, +*::after { + box-sizing: inherit; } -div { - box-sizing: border-box; +body { + margin: 0; } diff --git a/src/style/layout/_footer.scss b/src/style/layout/_footer.scss index 6b15fd1..45e7f16 100644 --- a/src/style/layout/_footer.scss +++ b/src/style/layout/_footer.scss @@ -1,5 +1,4 @@ footer { - box-sizing: border-box; display: block; body > & { diff --git a/src/style/layout/_header.scss b/src/style/layout/_header.scss index ce15cb9..8f435c5 100644 --- a/src/style/layout/_header.scss +++ b/src/style/layout/_header.scss @@ -1,4 +1,3 @@ header { - box-sizing: border-box; display: block; } diff --git a/src/style/layout/_section.scss b/src/style/layout/_section.scss index 3d9a215..38d8ce4 100644 --- a/src/style/layout/_section.scss +++ b/src/style/layout/_section.scss @@ -1,4 +1,3 @@ section { - box-sizing: border-box; display: block; } diff --git a/src/style/modules/_article.scss b/src/style/modules/_article.scss index af60271..053d318 100644 --- a/src/style/modules/_article.scss +++ b/src/style/modules/_article.scss @@ -1,5 +1,4 @@ article { - box-sizing: border-box; display: block; margin: 0 auto; width: 80%; diff --git a/src/style/modules/_figure.scss b/src/style/modules/_figure.scss index 2f015e8..4682aaa 100644 --- a/src/style/modules/_figure.scss +++ b/src/style/modules/_figure.scss @@ -20,7 +20,6 @@ figcaption { } figure { - box-sizing: border-box; display: block; } diff --git a/src/style/modules/_form.scss b/src/style/modules/_form.scss index 20d2a53..fce3f8d 100644 --- a/src/style/modules/_form.scss +++ b/src/style/modules/_form.scss @@ -1,3 +1,3 @@ input { - box-sizing: border-box; + } diff --git a/src/style/modules/_list.scss b/src/style/modules/_list.scss index 654b5cf..453f67a 100644 --- a/src/style/modules/_list.scss +++ b/src/style/modules/_list.scss @@ -2,10 +2,6 @@ ul, ol { - article & { - box-sizing: border-box; - } - li { margin-bottom: 0; } diff --git a/src/style/modules/_navigation.scss b/src/style/modules/_navigation.scss index f9160bc..9e7d42f 100644 --- a/src/style/modules/_navigation.scss +++ b/src/style/modules/_navigation.scss @@ -1,4 +1,3 @@ nav { - box-sizing: border-box; display: block; } diff --git a/src/style/modules/_quote.scss b/src/style/modules/_quote.scss index 4b1f6b6..b8af586 100644 --- a/src/style/modules/_quote.scss +++ b/src/style/modules/_quote.scss @@ -1,5 +1,4 @@ blockquote { - box-sizing: border-box; font-style: italic; padding-left: 1.4375rem; // font-size: 95%;