WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

tx_wsscss.variables in MultiDomain Environment #60

Open bh-teufels opened 2 years ago

bh-teufels commented 2 years ago

in a multidomain installation i have different primary color for each site. i set the colors as follows:

[1 in tree.rootLineIds] plugin.tx_wsscss.variables { primary = #FF0000 } [END]

[10 in tree.rootLineIds] plugin.tx_wsscss.variables { primary = #00FF00 } [END]

But if i changed between the pages the Color changes once but ist then cached? and stay the same.