Viraj Shinde
02/07/2024, 10:57 AM@extend .button-secondary, :hover
instead.\nSee https://sass-lang.com/d/extend-compound for details`
I did some investigation but couldn’t find any details regarding why this might have broken all of a sudden.
Activations are working fine in accounts with the current NetSuite version (23.2).
SuiteCommerce version is the same in all accounts (2023.1.2).
Can someone guide me in the right direction?Steve Goldberg
02/07/2024, 11:40 AMViraj Shinde
02/07/2024, 11:50 AMSteve Goldberg
02/07/2024, 11:52 AMSteve Goldberg
02/07/2024, 11:53 AMSteve Goldberg
02/07/2024, 11:54 AM@extend .button-tertiary:hover;It needs to be changing to something like this:
@extend .button-tertiary, :hover;
Viraj Shinde
02/07/2024, 11:56 AMViraj Shinde
02/07/2024, 11:58 AMSteve Goldberg
02/07/2024, 11:58 AM