aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/sass/README.md
diff options
context:
space:
mode:
authorGravatar Derek Perez <perezd@users.noreply.github.com>2015-09-25 11:38:56 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-25 14:41:24 +0000
commit1249c9a9aec28d9964ac8d72f3685d24d02828dc (patch)
treeb09aa6b682252f93213473ccb3a436c9575520f2 /tools/build_defs/sass/README.md
parente96b0b88a5f9aa8cd816e3603b9179f040d79270 (diff)
[sass] Fixing typo in README.md
-- Reviewed-on: https://github.com/bazelbuild/bazel/pull/482 MOS_MIGRATED_REVID=103931458
Diffstat (limited to 'tools/build_defs/sass/README.md')
-rw-r--r--tools/build_defs/sass/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/sass/README.md b/tools/build_defs/sass/README.md
index 42b39a47db..765c977ce1 100644
--- a/tools/build_defs/sass/README.md
+++ b/tools/build_defs/sass/README.md
@@ -68,7 +68,7 @@ html {
font-family: $default-font-stack;
h1 {
font-family: $modern-font-stack;
- colors: $example-red;
+ color: $example-red;
}
}
}