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