-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix removing styles from function rules #1046
Conversation
@@ -515,6 +515,22 @@ describe('Functional: sheet', () => { | |||
}) | |||
}) | |||
|
|||
describe('sheet.update()', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add a test where the property becomes null
and false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
A changelog is missing as well. |
Forgot to push, fixed |
* format template strings * added a test * add test with fn rule * fix removing properties from fn rules cssinjs#1026 * Update changelog.md * add tests with null and false * remove .only
#1026