/* we properly embed charset metadata, but Turbo changes the order of elements in and this rule gives a false positive */ head :first-child:not([charset]) { &, &::after { display: none !important; } } head :first-child:not([charset]) ~ link:last-of-type::before { display: none !important; }