UNPKG
brandeur
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Styling tool belt on top of css-hooks and fela plugins
brandeur
/
dist
/
getFallbackVariable.js
3 lines
•
104 B
JavaScript
View Raw
1
2
3
export
default
function
getFallbackVariable
(
property, value
) {
return
'--'
+ property +
'-'
+ value; }