Skip to content

Commit cb31498

Browse files
committed
Reintroduce not unused code, whoops
1 parent 19dd9a6 commit cb31498

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ const merge = require('lodash/merge')
33
const castArray = require('lodash/castArray')
44
const styles = require('./styles')
55

6+
const computed = {
7+
// Reserved for future "magic properties", for example:
8+
// bulletColor: (color) => ({ 'ul > li::before': { backgroundColor: color } }),
9+
}
10+
611
function configToCss(config) {
712
return merge(
813
...Object.keys(config)

0 commit comments

Comments
 (0)