mirror of
https://github.com/glitch-soc/mastodon
synced 2024-03-09 07:35:42 +00:00
- premailer gem to turn CSS into inline styles automatically - rework UserMailer templates - reword UserMailer templates
7 lines
295 B
Ruby
7 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])
|