We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a rule such:
body {}
will cause a complete fail of load of the css file.
The solution is to place an ampty space into the brackets:
body { }
(http://goo.gl/VVHPN)
Bye, Peg.