scala - Possible to access Java variable in Sass - PlayFramework? -


i know access java variables in scala.html files it's simply:

@{javaclass.variable}  

however seems same doesn't work sass.

is there alternative syntax, or plugin enable pulling java variables pre-compiled sass?

i hoping have singular "configuration" controller set things site colors, etc. , sass file create $primary-color: , pull configuration file.

thank you!


Comments