Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (30 loc) · 1.77 KB

File metadata and controls

51 lines (30 loc) · 1.77 KB

List of available features

Index :

You must use dj to prefix all of your attributes inside Bootstrap Studio.

To check example from test, *.html file is content inside bss, and *.render.html will correspond to rendered attributes.

dj-for

From bss-file to django-file

dj-for-data

Used to emulate replace for loop content within Bootstrap Studio.

From bss-file to django-file

dj-if

From bss-file to django-file

dj-block

From bss-file to django-file

dj-ref

From bss-file to django-file

dj-load

From bss-file to django-file

Static links

Url for local resources will be convert to use static tag, like : {% static 'folder/with/file' %}. script, img and link tag will convert their attributes.

From bss-file to django-file

Css url() links inside html will be also convert, for background image as example.

From bss-file to django-file