mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Merge d1b91aeb92
into 1039a4788d
This commit is contained in:
commit
c9f707ce0e
1 changed files with 8 additions and 1 deletions
|
@ -27,7 +27,14 @@
|
||||||
#{$parent-selector} #{$semantic-root-element} {
|
#{$parent-selector} #{$semantic-root-element} {
|
||||||
> header,
|
> header,
|
||||||
> main,
|
> main,
|
||||||
> footer {
|
> footer,
|
||||||
|
> div[style="display: contents"] > header,
|
||||||
|
> div[style="display: contents"] > main,
|
||||||
|
> div[style="display: contents"] > footer {
|
||||||
|
// Target "display: contents" to support Svelte forcing a wrapping div
|
||||||
|
// - https: //github.com/sveltejs/kit/discussions/7585
|
||||||
|
// ––––––––––––––––––––
|
||||||
|
|
||||||
// <header>, <main>, <footer> as containers
|
// <header>, <main>, <footer> as containers
|
||||||
@if $enable-semantic-container {
|
@if $enable-semantic-container {
|
||||||
$first-breakpoint: true;
|
$first-breakpoint: true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue