mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
6 lines
295 B
Ruby
6 lines
295 B
Ruby
require_relative '../../lib/mastodon/premailer_webpack_strategy'
|
|
|
|
Premailer::Rails.config.merge!(remove_ids: true,
|
|
adapter: :nokogiri,
|
|
generate_text_part: false,
|
|
strategies: [PremailerWebpackStrategy])
|