Boost Theme Preset

Re: Boost Theme Preset

by Richard Oelmann -
Number of replies: 0
Picture of Core developers Picture of Plugin developers Picture of Testers

No.

SCSS is essentially an extended CSS, not for php variables.

You might be able to do something with (s)css such as

.myselector::before {content: 'My New Site Title'}

if you find the right selector to use, but its not really what css/scss is intended to be used for.

Richard