我在 MeteorJS 应用程序上使用 Twitter 引导程序。当我在 Firefox 上运行它时,我遇到了很多错误,例如:
Expected declaration but found '*'. Skipped to next declaration.
*margin-left: 62.28677941443899%;
bootstrap...db5283e (line 311, col 6)
在引导程序中,我有:
.row-fluid .offset4 {
margin-left: 36.75213675213675%;
*margin-left: 36.645753773413354%;
}
我想知道为什么会发生这种情况,我可以避免这个警告。