Skip to content

Commit 727021d

Browse files
authored
Merge pull request #13 from mikemand/patch-1
Fix syntax error (#12)
2 parents 06181a6 + 449fb48 commit 727021d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/gutenberg.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ dd {
577577
abbr[title],
578578
acronym[title] {
579579
border: 0;
580-
text-decoration: 0; }
580+
text-decoration: none; }
581581

582582
table,
583583
blockquote,

dist/gutenberg.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/_print-reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,6 @@ abbr,
216216
acronym {
217217
&[title] {
218218
border: 0;
219-
text-decoration: 0;
219+
text-decoration: none;
220220
}
221221
}

0 commit comments

Comments
 (0)