You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /...|hidden|.../i will give a -25 weight for classname likes overflow-hidden which are mostly used by project built with tailwindcss. So maybe /...| hidden |.../i is more suitable for class weight calculation(but may not compatible with id weight).
I also noticed the TODO comment inside the _cleanConditionally function: // TODO: Consider taking into account original contentScore here.
Is there any plan for this optimization?
The text was updated successfully, but these errors were encountered:
The
/...|hidden|.../i
will give a -25 weight for classname likesoverflow-hidden
which are mostly used by project built with tailwindcss. So maybe/...| hidden |.../i
is more suitable for class weight calculation(but may not compatible with id weight).I also noticed the TODO comment inside the
_cleanConditionally
function:// TODO: Consider taking into account original contentScore here.
Is there any plan for this optimization?
The text was updated successfully, but these errors were encountered: