PR – Hooking setImportPaths( … )
-
Hello,
First, thank you for providing and supporting this excellent plugin. It’s blooming excellent.
Secondly, a request.
The ability to hook setImportPaths would be very useful, allowing other plugins to provide scss boilerplates for example.
Something like this would do the trick in ScssLibrary.php:
$import_paths = apply_filters('scsslib_compiler_import_paths', dirname($in), $in); $compiler->setImportPaths($import_paths);
Let me know what your thoughts are,
Thanks again!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PR – Hooking setImportPaths( … )’ is closed to new replies.