bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10633: Please mark invalid "; !important;" in CSS


From: Lennart Borgman
Subject: bug#10633: Please mark invalid "; !important;" in CSS
Date: Sat, 28 Jan 2012 23:01:50 +0100

One of my most common mistakes when editing CSS files is that I leave
a ";" before "!important", like this:

   width: 500px; !important;

This should have been

   width: 500px !important;

Could Emacs please help me with this?;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]