TiroZit / vite-plugin-juice

⚡🧃 Vite plugin for Juice, inlines css into HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm package node compatility

⚡️🧃 ViteJuice

Inlines CSS (sass, less etc. also supported) code to HTML via Juice. It's handy for creating email templates.

import juice from '@vituum/vite-plugin-juice'

export default {
  plugins: [
    juice({ 
      paths: [],
      tables: false,
      juice: {}
    })
  ]
}

Read the docs to learn more about the plugin options.

Requirements

About

⚡🧃 Vite plugin for Juice, inlines css into HTML

License:MIT License


Languages

Language:JavaScript 100.0%