Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "stilr", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Encapsulated styling for your javascript components with all the power of javascript and CSS combined. Usefull with React", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -41,3 +41,3 @@ #Stilr | ||
#### `string StyleSheet.render()` | ||
Stilr outputs the contents of it's internal stylesheet as a string of css | ||
Stilr outputs the contents of its internal stylesheet as a string of css | ||
@@ -123,3 +123,3 @@ __Example__ | ||
`:before` etc. | ||
Media queries are the same, e.g. `palm` is just a string: `@media screen and (max-width:600px)`. Any valid media query is allowed. | ||
Media queries are the same, e.g. `palm` in the example is just a string: `@media screen and (max-width:600px)`. Any valid media query is allowed. | ||
@@ -126,0 +126,0 @@ Since we just have a bunch of class names now, we can use these in our React |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18146
11
284
1