diff --git a/examples/immutable/index.html b/examples/immutable/index.html index 8f7dd97459a..ca9bd343190 100644 --- a/examples/immutable/index.html +++ b/examples/immutable/index.html @@ -1,17 +1,13 @@ - - - - Yew • TodoMVC - - - - + + + + Yew • Immutable + + + + + + diff --git a/examples/immutable/index.scss b/examples/immutable/index.scss new file mode 100644 index 00000000000..a548fa82fb6 --- /dev/null +++ b/examples/immutable/index.scss @@ -0,0 +1,11 @@ +$font-stack: Roboto, sans-serif; +$primary-color: #f5f5f5; + +body { + font: 100% $font-stack; + color: black; + background-color: $primary-color; + margin: 0 auto; + min-width: 230px; + max-width: 550px; +}