The immediate problem actually isn't the semicolons; it's the colons. They
have to have some whitespace after them; otherwise Sass thinks you're trying
to write a selector with a namespace and with no child properties. If you
look on your console, you'll see that Sass is printing warnings to this
effect. In general, Sass will properly display errors in your stylesheet.

On Thu, Aug 27, 2009 at 8:29 PM, Raj <[email protected]> wrote:

>
> I copy and pasted this code from some other css file
>
> tt
>  background-color:#F8F8FF !important;
>  border:1px solid #DEDEDE !important;
>  color:#444444 !important;
>  font-size:90% !important;
>  padding:0 0.2em !important;
>
>
> In the output I did not see tt tag. So I had to look carefully. And
> after 5 minutes I noticed that I have semi colon at the end.
>
> Obviously sass knew that it was error that is why it refused to put tt
> tag in output css. My question is how do I make it blow up in
> development mode. I am using Rails 2.3 and latest version of sass.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to