加入檔案 - 匯入
@import
語句允許你將 CSS / Less 程式碼從另一個檔案插入到你自己的 CSS / Less 檔案中。
.foo {
background: #900;
}
@import "my-other-css-file.css";
@import "my-other-less-file.less";
@import
語句允許你將 CSS / Less 程式碼從另一個檔案插入到你自己的 CSS / Less 檔案中。
.foo {
background: #900;
}
@import "my-other-css-file.css";
@import "my-other-less-file.less";