--- a
+++ b/frontend/css/styles.less
@@ -0,0 +1,5 @@
+#helloworld {
+  h1 {
+    font-color: blue;
+  }
+}