Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 14:09
· 90 commits to main since this release

Features

Design In DevTools

Add the import with your existing windi imports and you'll have autocompletion in your Chrome DevTools! See "Design in DevTools" for more information.

export default {
  // ...  
  css: [
    'virtual:windi.css',
    'virtual:windi-devtools',
  },
}

Credit to @await-ovo, thanks! 🎉