2
我在Firebug Web開發加載我的網站的時候得到一個錯誤:錯誤缺少 '語句之前' - @import
下面是一個完整的文件:
/*!
* jQuery UI CSS Framework 1.8.19
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming
*/
@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";
任何建議?
您是否將CSS文件導入爲腳本? – Pointy 2012-04-23 15:47:37
這個[link](http://forum.jquery.com/topic/another-missing-before-statement-problem-but-other-posts-have-not-helped-me-any)可能有幫助 – 2012-04-23 15:51:58
@b_dubb這就是一個奇怪的問題的好鏈接,但這是關於一個CSS文件生成JavaScript錯誤。 – Pointy 2012-04-23 16:13:53