plugin-icon

SASS Compiler

제작자: WebMaestro.Fr·
SASS compiler for WordPress. Allows you to write and compile SASS, and to edit style variables straight into your WordPress dashboard.
버전
1.0
활성화된 설치 항목
10
최근 업데이트일
Oct 19, 2014
SASS Compiler

Write SASS, edit your variables and compile your stylesheet from your dashboard.

Read the documentation

  • Register and enqueue your SASS sheets the same way you would do for your CSS.

    `

    wp_enqueue_style( ‘my-sass-handle’, ‘http://example.com/css/mystyle.scss’, $deps, $ver, $media ); `

  • Configure the plugin with the sass_configuration filter.

    Configuration of the plugin is optional, but you should at least register your variables if you are using a CSS framework.

  • Set a SASS variable value

    `

    sass_set( $variable, $value ); `

  • Get a SASS variable value

    `

    sass_get( $variable ); `

You will most likely use these functions in your theme’s functions.php.

The plugin uses the scssphp Compiler.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.0.38
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.