I am building an extension, and I am trying to save the variable from the admin settings modal, then echo it into an extension.less file with some css styling. My question is:
- Where would I define the name for the variable?
- How would I pull the variable?
- How would I echo the variable, and other text into my .less file?