﻿/*.sync-only::before,
.sync-only::after,
.sync-only *::before,
.sync-only *::after,
.sync-only,
.sync-only *:where(:not(.revert-sync-only)) {
    all: revert;
}*/


.sync-only,
.sync-only * {
    position: revert;
    box-sizing: revert;
}

    .sync-only :is(th,td) {
        max-inline-size: revert;
        padding: revert;
    }

    .sync-only table {
        font-size: revert;
        background-color: revert;
    }
    .sync-only .wave:after,
    .sync-only .chip:after,
    .sync-only .wave.light:after,
    .sync-only :is(.button,button):after, 
    .sync-only :is(nav.tabbed,.tabs) > a:after {
        position: revert;
        content: revert;
    }

    .sync-only .button, 
    .sync-only button {
        block-size: revert;
    }
