Skip to content

CSS refresh not considering removed properties on live reload #2698

@kutoman

Description

@kutoman

When I for example have this:

MyStlye {
  color: blue;
}

and remove a specific property:

MyStlye {
}

the Component with MyStyle still keeps the (removed) style property in the simulation

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions