mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
226a443c96
Styles contained in NAC shouldn't be tracked with their own rule node (as opposed to what was done in https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2859) because it causes precedence issues. This should now more closely imitate the original behavior where NAC and regular document styles (at least, the "unlayered" layer) are grouped together. This also gets rid of the manual last rule node checks against null, since they are now consistently handled by the separate function.