Commit 9a1d099a by Aaron Leung

Need to update these too.

parent 12ff626b
build: sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp build: sassc.cpp document.cpp node.cpp token.cpp prelexer.cpp
g++ -o bin/sassc sassc.cpp document.cpp document_parser.cpp evaluator.cpp document_emitter.cpp node.cpp token.cpp prelexer.cpp g++ -o bin/sassc sassc.cpp document.cpp document_parser.cpp document_evaluator.cpp evaluator.cpp document_emitter.cpp node.cpp token.cpp prelexer.cpp
test: build test: build
ruby spec.rb spec/basic/ ruby spec.rb spec/basic/
......
$blah: bloo blee; $blah: bloo blee;
$blip: "a 'red' and \"blue\" value"; $blip: "a 'red' and \"blue\" value";
@mixin foo($arg, $blarg) {
whatever: $blarg $arg;
}
/* top level comment -- should be preserved */ /* top level comment -- should be preserved */
div { div {
/* another comment that should be preserved */ /* another comment that should be preserved */
...@@ -30,6 +26,8 @@ div { ...@@ -30,6 +26,8 @@ div {
} }
p { p {
padding: 10px 8%; padding: 10px 8%;
arithmetic: 1 + 2 * 3 / 4;
hex-arithmetic: #abcdef + 1;
-webkit-box-sizing: $blux; ; ; -webkit-box-sizing: $blux; ; ;
; ; ;;; ; ; ;;;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment