Darth Vader

Results 6 comments of Darth Vader

I came across the same issue. Are there any workaround?

I want this feature alongside . On server side it might look like this: ```js const { head, html, css, htmlAttrs, bodyAttrs } = App.render({ ... }) ``` Sapper template:...

But I want to keep the breakpoints as they are. Another option is to use post-processing: ```js postprocess: [ (util) => { if (util.selector === '.container') { const px =...

> You can just add your custom rule, it should just override the builtin one But it doesn't [repl](https://stackblitz.com/edit/vitejs-vite-zvtv9c?file=uno.config.js,src%2FApp.jsx,src%2Fmain.jsx&terminal=dev)

It would be nice to have this feature. I'm currently using Solid for ssg purposes in vite and I need to modify index.html to add or remove some blocking script...