We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de25c7 commit a00621aCopy full SHA for a00621a
examples/example.js
@@ -76,3 +76,6 @@ var styleAttributes = stylesheet.css('myClassWithEverything');
76
77
// now override the border variable (used by the myClassWithEverything) styleset definition
78
var styleAttributes = stylesheet.get('myClassWithEverything').vars({ primaryBorder: 'solid 1px #000' }).css();
79
+
80
81
+<MyReactComponent style={styleAttributes}/>
0 commit comments