Popis
This plugin adds support for SCSS stylesheets to wp_enqueue_style
. Just enqueue your styleheet using wp_enqueue_style
and it will automatically be compiled for you when neccessary.
Variables can be injected using the sassify_compiler_variables
filter.
SCSSPHP
This plugin uses the latest version of scssphp, modified to PHP 5.2.
It implements SCSS 3.2.12. It does not implement the SASS syntax, only the SCSS syntax.
Bug Submission
https://github.com/funkjedi/sassify/issues/
Snímky obrazovky
Instalace
- Upload
sassify
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Sassify je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Sassify” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
- Core: Initial release.