In a project I work with I have spotted a lot of rules like this:
* + html { /.../ } I know what * and + do, but I don't get what is the point of having this construction?
I have also spotted this one:
* html { /.../ } I couldn't find any place where these are applied.
AFAIK html is unique per page, so why not simply use the html selector? Is this some kind of magic?