このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

SCSS-4-WP

説明

Use ScssPhp. to compile scss files on your wordpress install into a single lightweight CSS file. There is an included settings page for configuring directories, error reporting, compiling options, and auto enqueuing.

To keep the page load time to a minimum this plugin only runs the compiler when the scss files have been changed. All compiled files create or alter a matching css file in the chosen directory which remains even if this plugin is disabled so that your site never loses its styles and is always ready for user interaction.

スクリーンショット

インストール

  1. Upload plugin to plugins directory
  2. Active plugin through the ‘Plugins’ menu in WordPress
  3. Configure plugin options through settings page Settings -> SCSS-4-WP.

FAQ

Can I use a child theme?

Yes.

What version of PHP is required?

PHP 5.6 is required to run SCSS-4-WP

How do I @import subfiles

You can import other scss files into parent files and compile them into a single css file. To do this, use @import as normal in your scss file. All imported file names must start with an underscore. Otherwise they will be compiled into their own css file.

When importing in your scss file, you can leave off the underscore.

@import 'subfile';

Can I use .sass syntax with this Plugin?

This plugin will only work with .scss format.

I’m having other issues and need help

If you are having issues with the plugin, contact us at https://fieldofcode.com

評価

このプラグインにはレビューがありません。

貢献者と開発者

SCSS-4-WP はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“SCSS-4-WP” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。