Skip to content

Commit 5c2b23d

Browse files
authored
features.md: use specific example for css url modification
1 parent cf296ff commit 5c2b23d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ From [bss-file](test/html_templates/load/basic.html) to [django-file](test/html_
4545
Url for local resources will be convert to use static tag, like : `{% static 'folder/with/file' %}`.
4646
`script`, `img` and `link` tag will convert their attributes.
4747

48+
From [bss-file](test/html_templates/static_links/src.html) to [django-file](test/html_templates/static_links/src.render.html)
49+
4850
Css `url()` links inside html will be also convert, for background image as example.
4951

50-
From [bss-file](test/html_templates/static_links/src.html) to [django-file](test/html_templates/static_links/src.render.html)
52+
From [bss-file](test/html_templates/static_links/css_url.html) to [django-file](test/html_templates/static_links/css_url.render.html)
53+
5154

5255
## Work in progress
5356
Nothing

0 commit comments

Comments
 (0)