We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dd9a6 commit cb31498Copy full SHA for cb31498
src/index.js
@@ -3,6 +3,11 @@ const merge = require('lodash/merge')
3
const castArray = require('lodash/castArray')
4
const styles = require('./styles')
5
6
+const computed = {
7
+ // Reserved for future "magic properties", for example:
8
+ // bulletColor: (color) => ({ 'ul > li::before': { backgroundColor: color } }),
9
+}
10
+
11
function configToCss(config) {
12
return merge(
13
...Object.keys(config)
0 commit comments