我正在使用premailer-rails gem来发送响应迅速的电子邮件。 gem默认删除我.scss
文件中的媒体查询。 Premailer附带一个仅适用于样式标记data_premailer => ignore
的选项,它不会触及样式标记。
我想在haml:
中使用:scss过滤器时设置此属性:scss // <- can I add an attribute here?
我浏览了haml文档但没有成功,我也尝试过:
:scss, data_premailer: "ignore"
:scss{ data_premailer: "ignore" }
答案 0 :(得分:0)
您在CSS内使用普通过滤器
%style{"data-premailer" => "ignore"}
:plain
@media only screen and (max-width: 480px) {
}