diff --git a/examples/logo/logo.html.haml b/examples/logo/logo.html.haml
deleted file mode 100644
index 35c52702..00000000
--- a/examples/logo/logo.html.haml
+++ /dev/null
@@ -1,40 +0,0 @@
-%html
- %head
- %link{ :href => "stylesheets/screen.css", :rel => "stylesheet", :media => "screen", :type => "text/css", :charset => "utf-8" }
- %body
- #logo-large
- %span.selector
- un
- %span.brace
- {
- %span.rule
- ob:tru-sive;
- %span.brace
- }
- #logo-medium
- %span.selector
- un
- %span.brace
- {
- %span.rule
- ob:tru-sive;
- %span.brace
- }
- #logo
- %span.selector
- un
- %span.brace
- {
- %span.rule
- ob:tru-sive;
- %span.brace
- }
- #logo-small
- %span.selector
- un
- %span.brace
- {
- %span.rule
- ob:tru-sive;
- %span.brace
- }
diff --git a/examples/logo/src/ie.scss b/examples/logo/src/ie.scss
deleted file mode 100644
index 5cd5b6c5..00000000
--- a/examples/logo/src/ie.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Welcome to Compass. Use this file to write IE specific override styles.
- * Import this file using the following HTML or equivalent:
- * */
diff --git a/examples/logo/src/print.scss b/examples/logo/src/print.scss
deleted file mode 100644
index b0e9e456..00000000
--- a/examples/logo/src/print.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Welcome to Compass. Use this file to define print styles.
- * Import this file using the following HTML or equivalent:
- * */
diff --git a/examples/logo/src/screen.scss b/examples/logo/src/screen.scss
deleted file mode 100644
index 37373292..00000000
--- a/examples/logo/src/screen.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Welcome to Compass.
- * In this file you should write your main styles. (or centralize your imports)
- * Import this file using the following HTML or equivalent:
- * */
-
-@import "compass/reset";
-@import "compass/misc";
-
-#logo-large,
-#logo-medium,
-#logo,
-#logo-small {
- text-align: center;
- margin: {
- bottom: 40px; }; }
-
-#logo-large {
- @include unobtrusive-logo(3em);
- margin-top: 20px; }
-
-#logo-medium {
- @include unobtrusive-logo(2em); }
-
-#logo {
- @include unobtrusive-logo; }
-
-#logo-small {
- @include unobtrusive-logo(0.5em); }