Paul Clark
Paul Clark
Because Properties hooks into pre_process and Variables hooks into process, custom properties such as image-replace are unable to take variables. Switching Properties to process and Variables to pre_process resolves the...
&recache
Adding &recache would clear the entire cache in the old Scaffold. I don't see that anywhere in the new. Is that correct? Is there any reason this shouldn't be added...
calc()?
Is there a syntax like calc() for doing math with variables in the new version?
Putting comments inside of an @variables block will break all following variables. eg: ``` @variables color { test1:#00a4e4; /* Light Blue */ test2:#042260; } #header { color: color.test1; background-color: color.test2;...
Multisite support basically comes down to three things: ## **The allowed path filter** **[class-404-template.php#L92](https://github.com/brainstormmedia/uploads-by-proxy/blob/master/class-404-template.php#L92)** UBP checks to see if the requested `$path` from `$_SERVER['REQUEST_URI']` contains `$uploads['basedir']` with `ABSPATH` stripped out....
`api` methods just return false when a non `200` response is received. It might be helpful to ask the user to provide a Github login if we receive `403`, which...
Recommended by @GaryJones https://github.com/afragen/github-updater/issues/2#issuecomment-27373537
This should also change `GPU_Controller::$plugins` to be stored in an option instead of a transient. Other plugins, like `git-plugin-search` should be able to modify the option to add `Git URI`'s...