press-wind icon indicating copy to clipboard operation
press-wind copied to clipboard

Starter theme WordPress with Tailwind CSS and Vite JS

Results 3 press-wind issues
Sort by recently updated
recently updated
newest added

I believe the legacy script should be loaded using nomodule as an attribute in script tag instead of a value for type attribute. https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/noModule

fix(build): Refactor Vite config to correctly build editor styles. This commit refactors the build process for the editor styles (`style-editor.css`) to use a dedicated Vite configuration instead of the problematic...