
內容簡介
這個外掛讓你可以直接在 wp_enqueue_style 中使用 SCSS 檔案,只需要將該檔案添加到樣式清單中,外掛會在需要時進行編譯。
這個外掛的基礎受到 WP-SCSS 程式碼的強烈影響,並從 Sassify 中提取了一些想法。其目標是與 scssphp 的最新版本保持同步,從圖形介面中刪除配置選項,並使用 scssphp 的功能來創建調試檔案。
這個外掛不適合普通使用者安裝,而是應要求模板或想要包含 SCSS 樣式檔案的外掛安裝,因此期望在程式碼中進行配置。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin allows you to use SCSS files directly in wp_enqueue_style. Just add the file to the list of styles and the plugin will compile it when necessary.
The base of this plugin is strongly influenced by the WP-SCSS code and extracts some ideas from Sassify. The goal is to keep the plugin updated with the latest version of scssphp, remove configuration options from the graphical interface, and use the scssphp capabilities to create debug files.
This plugin is not intended to be installed by a conventional user, but to be required by templates or plugins that wish to include SCSS style files and therefore the configuration is expected to be done in the code.
