Sass Watcher
A PHP Sass compiler for WordPress. It's compatible with ACF 5 plugin and use SCSSPHP to compile Sass Codes
★ 9stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/reyhoun/sass-watcher/archive/refs/heads/master.zipDeclares an update source (https://github.com/reyhoun/sass-watcher), so updates arrive through the plugin's own updater.
From the readme
Sass Watcher
It's PHP SCSS Compiler for WordPress and it's compatible with Advanced Custom Field 5 to send parameters(variables) to your SCSS codes.
We use SCSSPHP to compile SCSS codes.
Features
- Developer Mode:
-- Auto compile in each page refresh
- Manual Compile
- ACF Compatible
-- Send field values that field names start with s
-- Compile codes every time ACF form saved
-- Compatible with all ACF 5 fields:
--- Repeater
--- Flexible Content
--- Typography
--- Background
--- and etc.
Getting Started
- Important: Create an empty file in root of your theme with sass-watcher-config.txt name.
- Download and Install Sass Watcher plugin(same as all WordPress plugins)
- Open WordPress dashboard and navigate to Appearance Sass Watcher
- All Initial Settings are required. Complete all of them before continue.
- Sass Watcher only read one SCSS file and compile it in one CSS file.
- You can have separate SCSS files but you have to import all of them to one file for compile.
- In this documentation, I use style.scss file name for your main SCSS file that wants to compile it.
Initial Settings
- SCSS Directory Path: This folder include your style.scss and theme-settings.scss f
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.6.0 | Jan 26, 2015 |
| v1.5.1 | Jan 21, 2015 |
| v1.5.0 | Jan 4, 2015 |
| v1.4.0 | Nov 22, 2014 |
| v1.3.1 | Nov 22, 2014 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.