Files
serenity/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
Andreas Kling 318d53e9b4 LibWeb: Bucket :is/where() selectors by tag name and ID as well
Instead of only bucketing these by class name, let's also bucket by
tag name and ID.

Reduces the number of selectors evaluated on https://tailwindcss.com/
from 2.9% to 1.9%.

(cherry picked from commit 5bb0f43b90a56275a0bfb92116826b2349c69dd3)
2024-10-31 09:47:47 -04:00

140 KiB