Donte
Donte
Hi @ansikun2 can you check to make sure that `use function wp_enqueue_style; ` is implemented at the top of your file. I would suggest checking https://github.com/wprig/wprig/blob/master/inc/Styles/Component.php#L15 . if you send...
Hey @keramzyt sorry you're getting errors when trying to bundle your theme. Which file and what is the directory you are experiencing this issue?
There is also a couple composer installs that need to be replaces/removed `Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.` `Package phpunit/phpunit-mock-objects is abandoned, you...
I was not really running into any errors but warnings of deprecated node modules.
It looks like it's getting stuck at the script run. if this is an older version there was an issue where the theme is looking for a custom.js file. You...
While I do agree that the Asides title isn't going to be relevant at all for anybody project I do like that it is there and will keep the developer...
@LukaszJaro I think a good middle ground would be to make it just 'Sidebar' that way it comes non-opiniated but still gives better context then asides. I made a PR...
Change out the variable names to have --wp--preset---- Create elements that override core colors by ``` :root { --wp--preset--color--cyan-bluish-gray: ; --wp--preset--color--pale-pink: ; } ``` change out colors in the `inc/Editor/Component.php`...
Sorry you're having this issue @erdmann040 I've also ran into this issue while utilizing nesting. Because nesting is not officially apart of vanilla css VS code is automatically spitting out...
Can you go ahead and run the update on prettier to see if that solves the current issue with the nesting not working? I believe i disabled/updated prettier but it...