Skip to content

Commit 088ad28

Browse files
authoredMar 18, 2020
Convert plugin examples to codesandbox (#1316)
* Migrate plugin examples to codesandbox * Fix examples * Add links to plugin examples
1 parent 3f35178 commit 088ad28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+616
-3
lines changed
 

‎docs/jss-plugin-camel-case.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ Compiles to:
1919
font-size: 12px;
2020
}
2121
```
22+
23+
### Demo
24+
25+
[CodeSandbox](//codesandbox.io/s/github/cssinjs/jss/tree/master/examples/plugins/jss-plugin-camel-case?fontsize=14)

‎docs/jss-plugin-compose.md

+4
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,7 @@ It renders to:
179179
- It doesn't work within [global Style Sheets](https://github.com/cssinjs/jss/tree/master/packages/jss-plugin-global).
180180
- It does not work inside of [nested rules](https://github.com/cssinjs/jss/tree/master/packages/jss-plugin-nested).
181181
- When composing local rules, they need to be defined first. Otherwise, you get wrong CSS selector order and specificity.
182+
183+
### Demo
184+
185+
[CodeSandbox](//codesandbox.io/s/github/cssinjs/jss/tree/master/examples/plugins/jss-plugin-compose?fontsize=14)

0 commit comments

Comments
 (0)
Please sign in to comment.