Nauris Pūķis
Nauris Pūķis
Can you check and make sure the coding standards match WordPress standards too? https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/
Hey @Ditger - let me know when this is ready for re-review!
Thanks for working on this! I'll give it a spin over the weekend and see how it looks and works.
I checked out the PR to give it a spin. Code-wise this looks good, but I think we need to brainstorm a bit about how it looks on the website....
Hey @lauwie007 - did you manage to solve this? Sorry for responding "a little late" :)
If it works in the default WordPress theme, but doesn't work in Bento theme - you need to ask for help with the theme authors. It sounds like the theme...
I agree with @nmagerko - watching for new files should be considered an essential feature...
I found an alternative solution. Not elegant, but avoids backslashes all over the place. I hope that this gets fixed though... ```styl b(val) // b for bracket unquote("[") + val...
I needed to get the unregistered args following the main command and ended up doing this: ```php /** * Match all the commands following the passed command. * * Example...
In my opinion, as Sass evolves, people tend to build larger frameworks upon it. It's a natural progression. If you're offering "lists" and loops, then continue and break would be...