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
Actually, looking at these examples, they're really hard on the eyes. After this lands, can we make the migrator smart enough to only migrate to slash-list() in a non-plain-CSS context? Basically, we should generate slash-list() only if either _isDivisionAllowed is trueor one of the arguments (possibly deeply-nested) is an interpolation expression.
* Improvements to the division migrator
Resolves#32 and resolves#33.
* Refactor special color function handle into fn
* Fix remaining comments
* Add comment and changelog entry
Actually, looking at these examples, they're really hard on the eyes. After this lands, can we make the migrator smart enough to only migrate to
slash-list()
in a non-plain-CSS context? Basically, we should generateslash-list()
only if either_isDivisionAllowed
istrue
or one of the arguments (possibly deeply-nested) is an interpolation expression.Originally posted by @nex3 in #17
The text was updated successfully, but these errors were encountered: