Compare commits
No commits in common. "cd9ed41d2d660a7dc41762756532925245bd32ac" and "b7c3cc30de0d3c5b0864e07e498ee970cbc06fcf" have entirely different histories.
cd9ed41d2d
...
b7c3cc30de
1 changed files with 1 additions and 4 deletions
|
@ -284,11 +284,8 @@ export const init = ({
|
|||
computed[selector] = computed[selector] || {}
|
||||
computed[selector].computedRule = computedRule
|
||||
computed[selector].dynamicVars = dynamicVars
|
||||
|
||||
// avoid putting more stuff into actual CSS
|
||||
computed[selector].virtualDirectives = {}
|
||||
// but still be able to access it i.e. from --parent
|
||||
computed[selector].virtualDirectivesRaw = computed[lowerLevelSelector]?.virtualDirectivesRaw || {}
|
||||
computed[selector].virtualDirectivesRaw = {}
|
||||
|
||||
if (virtualComponents.has(combination.component)) {
|
||||
const virtualName = [
|
||||
|
|
Loading…
Add table
Reference in a new issue