In regards to Pico CSS, I’m inspecting one of their demos through developer tools, trying to understand how spacing is managed since the framework does not have classes or css variables for padding and margin adjustments.
I can’t find any dedicated documents on their site in regards to using ‘var(–pico-spacing)’
But if we have a scss environment setup locally for Pico, how do we..
- Define the value for var(–pico-spacing)?
- Once defined, how do we associate that spacing to any particular element in the DOM?
1