ASS
ASS copied to clipboard
Code optimization
Replaced with forEach as it uses the for loop unnecessarily. The object used to define the vendor has been converted to more optimized code using the shorthand method, which takes only what is needed from the array and returns the required data. The getStyleRoot function has been made as short as possible because it is overextended.