Variable hoverWithoutTouchConst

hoverWithoutTouch: "html:not(.touch) &:hover" = 'html:not(.touch) &:hover'

Selects the element on hover when the HTML tag doesn't have the touch class.

html:not(.touch) &:hover