Inspecting medium.com css I noticed this rules:
--x-height-multiplier: 0.375;
--baseline-multiplier: 0.17;
what are those -- before x-height-multiplier? What are these two rules? I tried to change them with no visible effect at all.
Inspecting medium.com css I noticed this rules:
--x-height-multiplier: 0.375;
--baseline-multiplier: 0.17;
what are those -- before x-height-multiplier? What are these two rules? I tried to change them with no visible effect at all.
Double dash represents CSS Variable. Refer Link.