comes from this issue
Silex allows creating a raw :hover selector (without element, class or ID). This should not be possible.
Steps to reproduce
- Select the body
- Add
hover as a class
- Remove the ID from the selector
- This results in a plain
:hover rule
- Applying styles here breaks the project (not showing up in the list of styles)
Demo video
Expected behavior
Silex should prevent creating a bare :hover selector
Actual behavior
A raw :hover selector is allowed and causes the whole project to vanish in mobile portrait mode