UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

7 lines (6 loc) 102 B
.mixin(@a : 4, @b : 3, @c: 2) { will: fail; } .mixin-test { .mixin(@a: 5, @b: 6; @c: 7); }