UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

9 lines (8 loc) 291 B
#imported-file { background-image: url("./relative/path"); background-image: url("../relative/path"); background-image: url("../../relative/path"); background-image: url("module"); background-image: url("module/path"); background-image: url("module/path/../relative/path"); }