@supports(--css: variables) { @include breakpoint(md) { :root { --text-base-size: ... body { font-size: var(--text-base-size); } .text-xxxl ...
確定! 回上一頁