The community member is curious why the project uses the :where pseudo-selector for component style scoping instead of IDs and classes, which could result in smaller CSS file size. Another community member explains that :where allows selectors to have the same specificity level, even when one would normally be more specific. The community members discuss that using generated IDs helps avoid conflicts with user-provided IDs. There is no explicitly marked answer in the comments.
@Oleg Isonen hi, i am looking into the project and i see component style scoping is based on :where pseudo selector, i am curious why not used IDs and classes which can be shorter and css would be smaller in size?