从属性文件中读取值,然后在.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 (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...