artlantis / phamlp

Automatically exported from code.google.com/p/phamlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass: Properties cannot be assigned at root level

GoogleCodeExporter opened this issue · comments

Not sure what this error means?

Fatal error: Uncaught exception 'SassPropertyNodeException' with message 
'Properties can not be assigned at root level'

Full dump here: http://pastie.org/2738641

My ".scss" file is 99% vanilla CSS at the moment as I was attempting to get 
SCSS set up.

Here's an excerpt of the first 20 lines from it: 
http://pastie.org/private/tkvgcqaxq7lnui7ycjhig

Hope someone can point me in the right direction. Thanks!

Original issue reported on code.google.com by morban...@gmail.com on 22 Oct 2011 at 3:16

same problem here :(

Original comment by kay.stro...@gmail.com on 8 Nov 2011 at 12:37

I have the same problem.!!!

I have found a css tag outside the {}:

example:
p{
color: yypx;
}
font-size: #####;

That was the failure.....

Original comment by parth.ph...@gmail.com on 3 Jul 2013 at 12:08