Erik van der Bas

Results 143 comments of Erik van der Bas

I ran into the same issue and based on the function @daverobertson mentioned I put together some code that first checks this new function and then falls back on the...

Your first question should be fixed in the new 2.x version of this plugin. Your second is still open I think.

Nice work @ihorbond , I hope the project owner will merge this soon. Any idea if the sass package instead of the node-sass package will work as well?

@civan Could you take a look at this PR?

@ihorbond, i've checked your PR and it seems that the [group annotation comments](https://github.com/plentycode/sass-export#section-groups-annotations) are also removed by the REGEX you've added in the `getContent()` method. By removing these comments this...

Hi @civan , I would like to ask you if you could look into my PR #63 . sass-export is still downloaded 5000 times a week via NPM. So at...

Hi Bill, I think this is because Bedrock changes the whole content dir instead of just the uploads dir. Config::define('CONTENT_DIR', '/app'); I currently manually implemented this hook to search/replace the...

Any word on this? Would like to implement this!

Are you sure this is caused by timber? Did you try to render the full block by php and skip Timber altogether? I can't imagine Timber has a role in...

I think this would've been nice, but unfortunately the `site_status_tests` hook only lets you add test or remove existing tests, see https://developer.wordpress.org/reference/hooks/site_status_tests/ for the documentation and some examples for this...