Fix broken link and typo in StyleSheet API docs (#189)

This commit is contained in:
Vitor Balocco
2016-08-15 04:42:42 +02:00
committed by Nicolas Gallagher
parent fb41be1bf7
commit 638479991e
+2 -2
View File
@@ -2,8 +2,8 @@
The `StyleSheet` abstraction converts predefined styles to (vendor-prefixed) The `StyleSheet` abstraction converts predefined styles to (vendor-prefixed)
CSS without requiring a compile-time step. Some styles cannot be resolved CSS without requiring a compile-time step. Some styles cannot be resolved
outside of the render loop and are applied as inline styles. Read more about to outside of the render loop and are applied as inline styles. Read more about
[how style your application](docs/guides/style). [how to style your application](../guides/style.md).
## Methods ## Methods