Skip to content

Commit 35d2441

Browse files
DFP Fix csslint ignore with prefixed .frappe
1 parent ad55a0d commit 35d2441

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

frappe/public/css/email.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* csslint ignore:start */
22
/* palette colors*/
3+
.frappe {
4+
/* auto email report */
5+
}
36
.frappe body {
47
line-height: 1.5;
58
color: #36414c;
@@ -168,8 +171,7 @@
168171
list-style-type: none;
169172
padding: 0;
170173
}
171-
/* auto email report */
172174
.frappe .report-title {
173175
margin-bottom: 20px;
174176
}
175-
/* csslint ignore:end */
177+
/* csslint ignore:end */

frappe/public/less/email.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// DFP: email styles prefixed
55
.frappe {
6+
67
body {
78
line-height: 1.5;
89
color: @text-color;
@@ -212,5 +213,5 @@ hr {
212213
.report-title {
213214
margin-bottom: 20px;
214215
}
216+
}
215217
/* csslint ignore:end */
216-
}

0 commit comments

Comments
 (0)