richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
808 stars 53 forks source link

Remove deprecated `type` attribute in `<style>` #53

Closed kidonng closed 1 year ago

kidonng commented 2 years ago

Per MDN, the type attribute on <style> is deprecated and no longer needed. Given Vite targets modern browsers by default, we can safely remove it.