Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Sassify

Descripción

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/

Capturas de pantalla

  • Sassify settings.
  • Injecting variables.

Instalación

  1. Upload sassify directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Sassify” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “Sassify” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

1.0

  • Core: Initial release.