从属性文件中读取值,然后在.less文件中使用该值

问题描述

我有一个Spring MVC Web应用程序。我想有一个属性文件,其中将定义所有颜色的十六进制值。

blue=#0000FF
green=#008000
//other colors defined here.

有没有一种方法可以读取这些颜色值并在.less文件中需要时使用它们?

例如

mysamplefile.less

.background-color-green { background-color: //read green from properties file and use it here }
.background-color-blue { background-color: //read blue from properties file and use it here }

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)