[WordPress] 外掛分享: Less Theme Support

首頁外掛目錄 › Less Theme Support
WordPress 外掛 Less Theme Support 的封面圖片
10+
安裝啟用
尚無評分
4347 天前
最後更新
問題解決
WordPress 3.4+ v1.0.2 上架:2014-04-19

內容簡介

在開發主題時使用 Less 可以增強程式碼並加快開發速度。然而,為每個主題設置 Less(更不用說每個主題要更新 Less)會讓任何節省下來的時間付出代價。

這個外掛解決了這個問題,為主題設置了 Less。

使用方法

在主題根目錄添加 style.less 檔案。

將以下內容添加到 after_setup_theme 掛鉤。

add_theme_support( 'less', array(
'enable' => true
) );

如需進一步瞭解進階用法、其他選項或加入開發,請訪問Github 存儲庫。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Less Theme Support」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Using Less when developing a theme can both enhance the code and speed development. However, setting up Less in a every theme (not to mention updating Less for each theme) can make any saved time saved.
This plugin solves that issue by setting up Less for the theme.
Usage

Add style.less at the root of the theme.

Add the following to the after_setup_theme hook.
add_theme_support( 'less', array(
'enable' => true
) );

For more information on advanced usage, other options or to join development, visit the Github repo.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon