Skip to content

Commit 2ee7ce9

Browse files
Replace image-url asset helper instances
Replace instances with CSS url() function. See rails/dartsass-rails#18. Co-Authored-By: Martin Jones <[email protected]>
1 parent 3423e33 commit 2ee7ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/helpers/_draft.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.draft main {
2-
background-image: image-url("draft-watermark.png");
2+
background-image: url("draft-watermark.png");
33
background-repeat: repeat-y;
44
background-position: 50% 0;
55
background-size: contain;

0 commit comments

Comments
 (0)