Closed tabesin closed 6 years ago
Hey @tabesin, Starting to work on this issue
@tabesin I have will fix this in my next pr.
@sk9331657 I have already started to work on this issue You can work on other issues
@pranav1698 This issue was created from https://github.com/fossasia/meilix-generator/pull/251 which was submitted by me as @tabesin told about opening different else this was to be solved in that pr.
That was another pr This is a new issue, and I have commented on it first Please work on any other You will get plenty of them
On Sat, Oct 6, 2018, 18:36 SHUBHAM KUMAR notifications@github.com wrote:
@pranav1698 https://github.com/pranav1698 This issue was created from
251 https://github.com/fossasia/meilix-generator/pull/251 which was
submitted by me as @tabesin https://github.com/tabesin told about opening different else this was to be solved in that pr.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fossasia/meilix-generator/issues/252#issuecomment-427572291, or mute the thread https://github.com/notifications/unsubscribe-auth/AhJO2QOQM80LdjYNPO8042gZn1m0LEAQks5uiKregaJpZM4XLTt- .
I'm submitting a ... (check one with "x")
Task The code of html templates needs to be checked if it adheres to MVC separation principles.https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
First task #1 is to review the html template code so that all "style tags" are moved from the html into CSS declarations.
That is to convert all inline CSS to external CSS. Do this manually or with the help of tools like http://extractcss.com/ or see https://stackoverflow.com/questions/26205640/how-to-convert-inline-css-into-external-css
If no such inline CSS exist (anymore) this ticket will be closed.