這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Simple SCSS Compiler

外掛說明

You love to use SCSS but you don’t like to use node libraries or online tools to convert your SCSS code to CSS? You don’t find other solutions user friendly enough?

Give this plugin a chance to make your theme development better!

Donations

I wrote this plugin in my spare time and it is always going to be free with full functionality. If you like my work please consider making a donation to help continuous and fast development.

螢幕擷圖

  • Settings on the dashboard

安裝方式

  1. Upload the entire simple-scss-compiler folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen (Plugins > Installed Plugins).
  3. Visit the plugin setting to configure as needed (Settings > Simple SCSS Compiler).

常見問題集

How does this plugin work?

After you activate the plugin you need to go to its settings page (Settings > Simple SCSS Compiler). There you can add file groups which are basically one or multiple input files with your SCSS code in it and an output file for your CSS code. (Remember to use full path of files relative to your WordPress document root, for example: /wp-content/themes/theme/styles.scss). Then click on “Save settings” and the plugin will convert your input SCSS files to your output CSS file automatically.

Does it effect the performance of the site?

A little bit. The plugin runs every time your site is opened and checks if your input files were modified since the last time the site was visited. Only if they were then it compiles them to CSS. So, it shouldn’t make the site slower than a couple of milliseconds, depending on how many SCSS code it needs to compile of course.

I found a bug, or have a feature request. What can I do?

Just write to me on the “Support” tab here on the plugin’s WordPress page and I will look into it as soon as I can.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Simple SCSS Compiler〉的開發相關工作。

參與者

將〈Simple SCSS Compiler〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Official release

0.3

  • Improves performance.
  • Fixes SCSS import.
  • Adds warning to output.

0.2

  • Improves security.
  • Cleans settings from options after uninstallation.
  • Puts “Settings” link on “Plugins” page.

0.1

  • Development release with basic functionalities.