When using a selector such as `:nth-child(1 of .item)` it is compressed down to `:nth-child(1of.item)` thus breaking the selector.
When using a selector such as
:nth-child(1 of .item)it is compressed down to:nth-child(1of.item)thus breaking the selector.