Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 239 Bytes

using-resources-in-themes.md

File metadata and controls

13 lines (8 loc) · 239 Bytes
description
(Images, Fonts, etc.)

Using Resources in Themes

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')