Skip to content

Commit

Permalink
Chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Aug 19, 2019
1 parent 02b5f50 commit fd2b516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Proper, framework agnostic Style in JS library, without any of the fuss of CSS

JSFIddle: https://jsfiddle.net/wrme0pz7/54/
JSFIddle: https://jsfiddle.net/5wp09q2c/

Getting Started:
https://medium.com/@azukaar/stop-using-css-in-js-and-welcome-proper-styling-in-js-with-electron-css-d28536ba3e85
Expand Down Expand Up @@ -34,6 +34,7 @@ Anywhere in your JS, generate some Style using the `CSS` function.

```js
const someStyle = CSS('color: red');
const containerStyle = CSS('color: red', 'container'); // by default classes have no explicit name. Makes it easier to debug
```

```js
Expand Down

0 comments on commit fd2b516

Please sign in to comment.