@open-xchange/vite-plugin-ox-css
v0.1.2
Published
vite plugin to inject css loading for App Suite UI
Downloads
5,553
Maintainers
Keywords
Readme
Vite Plugin OX CSS
A vite plugin to inject loading of stylesheets for App Suite UI
Install
pnpm i "@open-xchange/vite-plugin-ox-css"
How to use
// in the vite.config.js
import vitePluginOxCss from '@open-xchange/vite-plugin-ox-css'
return {
plugins: [vitePluginOxCss()]
}