Skip to content

Commit a00621a

Browse files
committed
update
1 parent 0de25c7 commit a00621a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/example.js

+3
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ var styleAttributes = stylesheet.css('myClassWithEverything');
7676

7777
// now override the border variable (used by the myClassWithEverything) styleset definition
7878
var styleAttributes = stylesheet.get('myClassWithEverything').vars({ primaryBorder: 'solid 1px #000' }).css();
79+
80+
81+
<MyReactComponent style={styleAttributes}/>

0 commit comments

Comments
 (0)