From 1081049de8d4565efe3d0cb0e6826efe555afff7 Mon Sep 17 00:00:00 2001 From: nex3 Date: Sat, 17 Mar 2007 10:21:50 +0000 Subject: [PATCH] Wow, I'm really terrible at remembering to add things today. git-svn-id: svn://hamptoncatlin.com/haml/trunk@425 7063305b-7217-0410-af8c-cdc13e5119b9 --- test/sass/templates/parent_ref.sass | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/sass/templates/parent_ref.sass diff --git a/test/sass/templates/parent_ref.sass b/test/sass/templates/parent_ref.sass new file mode 100644 index 00000000..211f8103 --- /dev/null +++ b/test/sass/templates/parent_ref.sass @@ -0,0 +1,23 @@ +a + :color #000 + &:hover + :color #f00 + +p, div + :width 100em + & foo + :width 10em + +#cool + :border + :style solid + :width 2em + .ie7 &, .ie6 & + :content string(Totally not cool.) + .firefox & + :content string(Quite cool.) + +.wow, .snazzy + :font-family fantasy + &:hover, &:visited + :font-weight bold