Skip to content

Commit ff27ba3

Browse files
author
Gela
committed
Merge pull request #767 from /issues/759@v2
icon: Write tests on templates
2 parents 3c8bfe2 + 57955af commit ff27ba3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
({
2+
block : 'icon',
3+
url : 'arrow.svg'
4+
});
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<i class="icon" style="background-image:url(arrow.svg)"></i>

0 commit comments

Comments
 (0)