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
/
fallbackValue.js
7 lines
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
function
fallbackValue
(
property, values, match
) {
return
{ property, values, match }; }