Using Resources in Themes

(Images, Fonts, etc.)

Resources in the theme can be accessed by their filenames in the theme folder.

Examples:

background: url("my_image.png")

@import url('another_less_file.less')

Last updated