內容簡介
SASS 是一種可編程的樣式表方法,它新增了一些很酷的功能。它可以讓樣式表更容易閱讀、更新,同時還添加了一些強大的功能,例如函數、變數和導入。 (請參閱 http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html 以獲得更多詳細資訊。)
這個外掛讓任何 WordPress 主題都可以使用 SASS 樣式表。在 WordPress 主題中,位於 style.css 頂部的註解被用來定義主題。因此,這個外掛不允許使用名為「style」的 .sass 或 .scss 文件。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
SASS is a programmable approach to stylesheets which really adds some cool features. It can make a stylesheet easier to read, easier to update and also adds some powerful features like functions, variables and imports. (See http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html for more details.)
This plugin enables any WordPress Theme to use SASS stylesheets. In a wordpress theme, the comments at the top of style.css are used to define the theme. For this reason, this plugin will not allow a .sass or .scss file named ‘style’.
