当我在html源代码中直接使用css时,似乎aptana HTML格式化程序并不明白,使用!important关键字。
例如:
<html>
<head></head>
<styl type="text/css">
#thisisatest {
background: red !important;
}
</styl>
</html>
我使用aptana 3作为eclipse的插件。 谢谢, 特雷
答案 0 :(得分:0)
这是Studio 3.0.3的一个已知问题:http://jira.appcelerator.org/browse/APSTUD-2920。它已在最新的每晚构建中修复,您可以更新到(http://www.aptana.com/r/apupdate),或等待即将发布的3.0.4版本。