curvedmark / roole

A language that compiles to CSS
http://roole.org
MIT License
342 stars 21 forks source link

Awesome Error: SyntaxError: unexpected '@' #134

Closed awinogradov closed 10 years ago

awinogradov commented 10 years ago

Error: SyntaxError: unexpected '@' 50| // Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css 51| 52| @media print { ----^ 53| 54| html * { 55| text-shadow: none !important; 56| color:#000 !important; // Black prints faster: h5bp.com/s

But this compiles very well on Try Roole page. Gist with file here

awinogradov commented 10 years ago

Sorry, this is my inadvertence.