General questions should be asked on StackOverflow, not here. This room focuses on development of Binding.scala.
<style>
@media(min-width: 768){
.some-class: {color: blue}
}
</style>
<div class="some-class">Hello</div>
@dom def css = <style>
<![CDATA[ body { background-color: lightblue; } ]]>
</style>