Is there a way how I can add my normal application css files (which are scss/sass) to my mailer views without duplicating code?
Didn’t find a solution on the net… :/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You probably don’t want to do this. Much CSS won’t work in email, and so your regular CSS isn’t useful in that context. As an example, in a number of clients only inline (
<sometag style='attribute:value'>...</sometag>) styles work.