Are there a css property that would change nothing?
I need this for testing purposes very often when writing scss
just to see that I created a css selector correctly. For instance, I would be glad to have something like this foo: "helloworld1";
and later on I would be able to change the value of the foo
and check the value in the developer tools to see that my selectors have indeed reached a correct element.
I thought about using the width: auto;
, but sometimes the width is specified (e.g. width: 100px;
).
question from:
https://stackoverflow.com/questions/65898152/possible-to-store-a-key-value-pair-in-css 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…