Closed CaerusKaru closed 2 years ago
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
When we clear styles on the server, we emit an empty value in order to flush the cache. However, all values still end up passing through the auto-prefixer, which then converted this value to the default value of row. However, other components own the default 'row' value fallback, and so this only serves to add another layer of logic that gets in the way. Now, we remove it so that the overlying mechanisms can work as intended in both browser and server.
Fixes #1394