logo
  • 教程列表
  • SO官方文檔
  • 少開始
    • 安裝或設定
    • 少量語法
    • 從命令列編譯 Less 檔案
    • 巢狀在更少
    • 加入檔案 - 匯入
  1. StackOverflow 文件
  2. less 教程
  3. 少開始
  4. 加入檔案 - 匯入

加入檔案 - 匯入

Created: November-22, 2018

@import 語句允許你將 CSS / Less 程式碼從另一個檔案插入到你自己的 CSS / Less 檔案中。

.foo {
  background: #900;
}
@import "my-other-css-file.css";
@import "my-other-less-file.less";
  • 巢狀在更少

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明