Commit 6e3b18344d9462352c6ea11bd87b079d0e348c12
export all the fela css plugs
Michael Williams committed on 3/7/2017, 12:28:46 PMParent: fe5ec16c7f5705eff97852b2bcc3d0e680cc7bdb
Files changed
css/index.js | changed |
css/index.js | |||
---|---|---|---|
@@ -8,12 +8,20 @@ | |||
8 | 8 … | ||
9 | 9 … | module.exports = { | |
10 | 10 … | gives: nest('css', [ | |
11 | 11 … | 'config', | |
12 … | + 'combineRules', | ||
13 … | + 'element', | ||
14 … | + 'enhance', | ||
12 | 15 … | 'render', | |
13 | 16 … | 'renderer', | |
14 | 17 … | 'renderRule', | |
15 | - 'element' | ||
18 … | + 'renderStatic', | ||
19 … | + 'renderKeyframe', | ||
20 … | + 'renderFont', | ||
21 … | + 'renderToString', | ||
22 … | + 'subscribe', | ||
23 … | + 'clear' | ||
16 | 24 … | ]), | |
17 | 25 … | needs: nest({ | |
18 | 26 … | 'config.all': 'first', | |
19 | 27 … | 'html.h': 'first', | |
Built with git-ssb-web