UNPKG
ember-emotion
Version:
latest (5.0.0)
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0
Work with emotion.js in Ember
alexlafroscia.com/ember-emotion/
alexlafroscia/ember-emotion
ember-emotion
/
blueprints
/
global-styles
/
index.js
16 lines
(13 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* eslint-env node */
module
.
exports
= { description:
''
// locals(options) {
// // Return custom template variables here.
// return {
// foo: options.entity.options.foo
// };
// }
// afterInstall(options) {
// // Perform extra work here.
// }
};