aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/sass/hello_world/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sass/hello_world/main.scss')
-rw-r--r--examples/sass/hello_world/main.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/sass/hello_world/main.scss b/examples/sass/hello_world/main.scss
deleted file mode 100644
index 3b560b7bb6..0000000000
--- a/examples/sass/hello_world/main.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-@import 'examples/sass/shared/fonts';
-@import 'examples/sass/shared/colors';
-
-html {
- body {
- font-family: $default-font-stack;
-
- h1 {
- color: $example-red;
- font-family: $modern-font-stack;
- }
- }
-}