# guard-premailer **Repository Path**: mirrors_guard/guard-premailer ## Basic Information - **Project Name**: guard-premailer - **Description**: Inline your css into html for e-mail templates with guard - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Guard::Premailer ## Install As the gem name suggests this is a guard extension. Make sure you get [guard](https://github.com/guard/guard) first. Install the gem: gem install guard-premailer Add it to your Gemfile if you're using bundler (you should) gem 'guard-premailer' Add a basic guard setup: guard init premailer ## Options ## Development * Source is hosted on [Github: guard-premailer](https://github.com/manufaktor/guard-premailer) * Report issues/questions/feature requests on the [Github Issue tracker for guard-premailer](https://github.com/manufaktor/guard-premailer/issues) Pull requests are welcome.