Why Nostr? What is Njump?
2024-06-01 15:16:38

Miron on Nostr: #css people. I'm using CSS variables and I'm running into an issue. I assign CSS ...

#css people. I'm using CSS variables and I'm running into an issue.

I assign CSS variables on :root like this:

--fontSize1xFixed: 16px
--fontSize1xFluid: clamp(...)
--tabsFontSize: var(--fontSize1xFluid)

later on I add this class on a parent:

.fixedSize {
--fontSize1xFluid: var(--fontSize1xFixed)
}

I expected --tabsFontSize to be 16px, but it's still clamp(...)

Anyone know why this is?

#askfedi
Author Public Key
npub1mhpfxd58cyq4xz24lcynl0lpw0xduapvrksya2ru9yvahdlerd8q76gpgv