Skip to content

Commit

Permalink
some words
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Janak committed Mar 31, 2015
1 parent 631053d commit 2b58d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ namespace: {
...
```

With the plain `StyleSheet` API you can only create stylesheets with one level of nesting. It should noted that this does not create cascading selectors. This is merely to allow namespacing of styles (e.g. containing the styles for all items in a specific `ListView`.
With the plain `StyleSheet` API you can only create stylesheets with one level. It should noted that `NestedStyleSheet` does not create cascading selectors. This is merely to allow namespacing of styles (e.g. containing the styles for all items in a specific `ListView`).

Note: You are only allowed to include other objects within a nested style. You cannot define rules at the namespace level.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-nested-stylesheet",
"version": "0.0.3",
"version": "0.0.4",
"description": "Nestable stylesheets for react-native.",
"keywords": ["react", "react native", "style", "stylesheet", "react-native"],
"bugs": "https://github.com/pjjanak/react-native-nested-stylesheets/issues",
Expand Down

0 comments on commit 2b58d49

Please sign in to comment.