You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all your awesome content, absolute quality man! Been super helpful to learn from. Unfortunately I can't make your streams due to being in New Zealand, but watch everything on youtube.
My issue is - currently css styles outputted via the @wordpress/create-block wp-scripts aren't autoprefixed with vendor prefixes
e.g div { display: -webkit-box; display: -ms-flexbox; display: flex; }
Are you able to please please please show how to extend the @wordpress/create-block webpack.config loaders?
Do you think that this could be something built into @wordpress/create-block? Maybe a flag e.g --autoprefixer for those that require it?
Cheers,
Dan
The text was updated successfully, but these errors were encountered:
Hey Ryan,
Thanks for all your awesome content, absolute quality man! Been super helpful to learn from. Unfortunately I can't make your streams due to being in New Zealand, but watch everything on youtube.
My issue is - currently css styles outputted via the @wordpress/create-block wp-scripts aren't autoprefixed with vendor prefixes
e.g div { display: -webkit-box; display: -ms-flexbox; display: flex; }
Are you able to please please please show how to extend the @wordpress/create-block webpack.config loaders?
Do you think that this could be something built into @wordpress/create-block? Maybe a flag e.g --autoprefixer for those that require it?
Cheers,
Dan
The text was updated successfully, but these errors were encountered: