diff --git a/test/sass/templates/basic.sass b/test/sass/templates/basic.sass new file mode 100644 index 00000000..5d4bf619 --- /dev/null +++ b/test/sass/templates/basic.sass @@ -0,0 +1,23 @@ + + +body + :font Arial + :background blue + +#page + :width 700px + :height 100 + #header + :height 300px + h1 + :font-size 50px + :color blue + +#content.user.show + #container.top + #column.left + :width 100px + #column.right + :width 600px + #container.bottom + :background brown \ No newline at end of file