You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix memory leak by function nested rule
* add test against function nested rule memory leak
* add test for update
to test both addRule and replaceRule
* add functional tests for replaceRule
* add integration tests for replaceRule
* add test for identical nest (just '&')
* add tests for multiple updates with function-nested
* refactor code, reduce bundle size
* make test description more meaningful
Co-authored-by: Oleg Isonen <oleg008@gmail.com>
* make test description more meaningful
Co-authored-by: Oleg Isonen <oleg008@gmail.com>
* make test descriptions clear
* update test decription
* prevent unnecessary copy
* remove RuleList.getByName, StyleSheet.getByName
include related change
- use almost unique name rather than selector name in nested plugin to prevent accidental replacement
- fix strange behavior of global plugin (probably bug)
* make replaceRule to return just a newRule
* add tests for global container rule
Co-authored-by: Oleg Isonen <oleg008@gmail.com>
0 commit comments